nathiss/franklin

Add finish condition to env

Opened this issue · 0 comments

WHAT:
It should be possible to specify finish condition for the simulation.

HOW:

  • Implement finish condition enum.
  • The simulation can either never finish or finish on some condition (eg. generation number or fitness score).

AC:

  • Possible to specify finish condition.