ciren / cilib

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

Algorithm stream, allowing for changes based on iteration number #279

Closed gpampara closed 6 years ago

gpampara commented 6 years ago

The one feature required to complete the runner was the ability to have the algorithm parameters vary over the course of the execution. This patch introduces such a function that allows the user to provide all the needed logic and produces a stream of algorithm instances from the prodiced data.

Fixes #217