decorators-squad / eva

A simple Java OOP evolutionary algorithm framework.
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Added timer for evolutionary algorithms #22

Closed amihaiemil closed 8 years ago

amihaiemil commented 8 years ago

PR for #21 Timer wrapper class which will throw StopwatchException if the specified time (miliseconds) runs out before the algorithm finishes running. + unit tests