https://github.com/vst/jdeoptim
Provides differential evolution algorithm implementation for optimizing real-valued functions with real-value parameters
https://github.com/vst/jdeoptim
Last synced: 11 months ago
JSON representation
Provides differential evolution algorithm implementation for optimizing real-valued functions with real-value parameters
- Host: GitHub
- URL: https://github.com/vst/jdeoptim
- Owner: vst
- License: apache-2.0
- Archived: true
- Created: 2015-03-25T01:23:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T20:00:57.000Z (almost 6 years ago)
- Last Synced: 2025-07-29T10:33:22.949Z (12 months ago)
- Language: Java
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# Java Differential Evolution Algorithm
[](https://travis-ci.org/vst/jdeoptim)
**jdeoptim** is an implementation of differential evolution algoritm.
For more information, please check [Wikipedia Entry](http://en.wikipedia.org/wiki/Differential_evolution).
Note that this library is developed targeting Java 8.
# License
This work is licensed under Apache License Version 2.0.