decorators-squad / eva

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

Implement Eva.java decorator with timer #21

Closed amihaiemil closed 8 years ago

amihaiemil commented 8 years ago

Execution of the algorithm can last lot of time. Thus, a timer would be useful to stop the algorithm if no solution was found within the specified timeout.

amihaiemil commented 8 years ago

done