ciren / cilib

Typesafe, purely functional Computational Intelligence
https://cilib.net
Apache License 2.0
124 stars 101 forks source link

Allow Step to gracefully handle failures #267

Closed gpampara closed 6 years ago

gpampara commented 6 years ago

Step can now accept failure states and short-circuit the algorithm processing as a result. The discrimination is left as the final result for the user to manage.