devol 0.1.1

Framework for genetic programming over typed expressions


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DEvol

Framework for genetic programming over typed expressions

Dependencies

Library isn't dependent on any external library, but demostration application (ant problem solver) is depended on SDL2. Installation command for fedora:

yum install SDL2-devel

Building

You need dmd v2.065 and dub v0.9.21. Next clone the repo and run in repo root directory to build demo application:

dub build --config=ant --build=release

If you want to develop your own applications based on DEvol you should add the repo in local dub registry (library isn't released yet. You can ommit the step, if the library is added to offical dub registry):

dub add-local .

Now you can create your own dub packages and reference to the DEvol in the following way in you dub.json file:

"dependencies": {
  "devol": "~master"
}

Screenshots

Ant problem solver - the task is find algorithm that can collect all food chained with gaps. Ant can rotate, move forward and check if there is food in front of it.

Ant problem solver

Authors:
Dependencies:
none
Versions:
0.1.1 2014-Apr-15
0.1.0 2014-Apr-15
~master 2014-May-06
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 226 downloads total

Score:
0.6
Short URL:
devol.dub.pm