Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freetonik/es_func_opt_2
https://github.com/freetonik/es_func_opt_2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/freetonik/es_func_opt_2
- Owner: freetonik
- Created: 2015-01-17T12:31:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T12:33:20.000Z (about 10 years ago)
- Last Synced: 2024-04-14T16:01:36.159Z (9 months ago)
- Language: C
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es_func_opt_2
Evolutionary strategy algorithm for function optimizing.(30, 200)-ES terminated after 200000 function evaluations or when an optimum has been found. The goal is to optimize the function with a precision of 4 decimal places for each variable:
![formulae](formulae.png)
using the evolutionary strategy. The population consists of possible solutions (combinations) of xi and sigma: the number which controles the rate of mutation and mutates itself.