Skip to content

Releases: Project-Resilience/presp

v0.3-save

08 May 21:39
9987a0e

Choose a tag to compare

Cleaned up saving so that we don't generate thousands of files! Now they're all consolidated into one.

What's Changed

Full Changelog: v0.2...v0.3

v0.1-nn

08 May 18:37

Choose a tag to compare

First release of project resilience implementation of ESP. Has a neural network representation implemented for prescriptors. Simple evaluation with no constraint violation (yet). Uses the NSGA-II algorithm with optional elitism. The user simply implements their prescriptor and evaluator and passes it into the evolution object to run ESP.

What's Changed

Full Changelog: https://github.com/Project-Resilience/presp/commits/v0.1

v0.2-constraint

08 May 18:42
c7f17a4

Choose a tag to compare

Added constraint violation and direct evolution of parameters

What's Changed

Full Changelog: https://github.com/Project-Resilience/presp/commits/v0.2