https://github.com/bgrochal/age3-differentialevolution
Some implementations of the AgE3-compatible optimization algorithms employing the Differential Evolution scheme.
https://github.com/bgrochal/age3-differentialevolution
agent-based-simulation agh differential-evolution evolutionary-algorithm
Last synced: about 1 month ago
JSON representation
Some implementations of the AgE3-compatible optimization algorithms employing the Differential Evolution scheme.
- Host: GitHub
- URL: https://github.com/bgrochal/age3-differentialevolution
- Owner: bgrochal
- Created: 2017-10-28T19:04:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T17:22:07.000Z (over 7 years ago)
- Last Synced: 2025-02-17T11:43:07.345Z (4 months ago)
- Topics: agent-based-simulation, agh, differential-evolution, evolutionary-algorithm
- Language: Java
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AgE 3 Differential Evolution
This repository contains some implementations of the [AgE3](https://gitlab.com/age-agh/age3)-compatible optimization
algorithms employing the Differential Evolution Scheme. Technology stack: Java, Spring framework.## Prerequisites
You need to have the following tools installed and configured:
- Java 1.8
- GradleIf you want to run the logs evaluation script, it is also necessary to have the Python 3 and pip installed.
## Usage
Open one of the sub-directories in order to run the specific algorithm.## Links
* [AgE 3 reference](https://www.age.agh.edu.pl/)
* [AgE 3 Repository on GitLab](https://gitlab.com/age-agh/age3)