Adrimi / oast-ddap

Project created to solve DAP and DDAP problems with evolutionary algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAST Project 2

CI

The project aims to solve DAP and DDAP with use of evolutionary algorithm.

0.3 Release Features:

  • fix: Link load calculation fix
  • fix: Revert do default configuration
  • DDAP algorithm solver
  • Adjusted configuration and seed
  • Loading and saving XML net files
  • Parsing XML Documents to Network object
  • DAP algorithm solver
  • Network encoder/decoder and algorithm tests

How to run (on Linux/macOS)

To properly launch the files you need to:

  1. Open project directory in CLI
  2. Execute following command:
export PYTHONPATH="${PYTHONPATH}:`pwd`"
  1. Then you can run the project, with (for e.g.):
python3 main.py

As long as you dont close the CLI you are fine. When you close it, then you need to repeat step 1. and 2. again :)

About

Project created to solve DAP and DDAP problems with evolutionary algorithms


Languages

Language:Python 100.0%