Skip to main content

Rolling Horizon Evolutionary Algorithm

Project description

Rolling Horizon Evolutionary Algorithm

PyPI version

An implementation of the Rolling Horizon Evolutionary Algorithm

Installation

using pip

pip install RollingHorizonEA

Usage

To use the rolling horizon evolutionary algorithm, you will need your game class to implement the Environment interface.

Examples

Examples of setting up any game environment can be found in the examples directory and run with:

python run.py

m_max example

num_dims = 600
m = 50
num_evals = 50
rollout_length = 10
mutation_probability = 0.1

# Set up the problem domain as m-max game
environment = MMaxGame(num_dims, m)

rhea = RollingHorizonEvolutionaryAlgorithm(rollout_length, environment, mutation_probability, num_evals)

rhea.run()

Cite

If you want to cite this library, please use the following DOI

DOI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RollingHorizonEA-0.1.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

RollingHorizonEA-0.1.2-py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page