Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12407

Timestamp:
05/28/15 09:47:23 (11 years ago)
Author:
pfleck
Message:

#2027
Inverted the conditions to check the continue criteria instead of termination criteria.
Conditions are then specified more naturally: "while generations < max" instead of "break if generations > min".
If any Continue-Check returns false, the algorithm will be terminated.

The naming "Terminator" has to be discussed because it suggest to specify the criteria when the algorithm should stop, instead of continue.

(No files)

Note: See TracChangeset for help on using the changeset viewer.