Objective function memoization
Open
- Dominant language
- Python
- Stars
- 71
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Many algorithms may require multiple identical evaluations of the objective functions due to members of a population remaining the same between generations. Consider looking into automatic cacheing of objective function calls. See [here](https://stackoverflow.com/a/14731729) for an example.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.