An open API service indexing awesome lists of open source software.

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.

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
- Gradle

If 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)