Coder Social home page Coder Social logo

dangbert / multineat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ci-group/multineat

2.0 0.0 0.0 26.51 MB

Portable NeuroEvolution Library

Home Page: https://dangbert.github.io/MultiNEAT/docs/html/annotated.html

License: GNU Lesser General Public License v3.0

Shell 0.35% C++ 91.61% Python 6.66% C 0.08% CMake 1.18% Dockerfile 0.11%
neat neuroevolution

multineat's Introduction

About MultiNEAT

MultiNEAT is a portable software library for performing neuroevolution, a form of machine learning that trains neural networks with a genetic algorithm. It is based on NEAT, an advanced method for evolving neural networks through complexification. The neural networks in NEAT begin evolution with very simple genomes which grow over successive generations. The individuals in the evolving population are grouped by similarity into species, and each of them can compete only with the individuals in the same species.

The combined effect of speciation, starting from the simplest initial structure and the correct matching of the genomes through marking genes with historical markings yields an algorithm which is proven to be very effective in many domains and benchmarks against other methods.

NEAT was developed around 2002 by Kenneth Stanley in the University of Texas at Austin.

License

GNU Lesser General Public License v3.0

Documentation

http://multineat.com/docs.html

Building and installation instructions

Prerequisites

Install Cereal

For example on ubuntu:

sudo apt install libcereal-dev

If no package is available for your system, install from source. The package is header only, so no building required.

To install as a python library

pip install .

To install as a cpp library

mkdir build && cd build
cmake ..
make -j4
(sudo) make install

Installing options:

  • if you want to install the release version without debugging symbols, add this option to the cmake command:

    cmake .. -DCMAKE_BUILD_TYPE=Release
    
  • if you want to install the multineat in a different folder, add this option to the cmake command:

    cmake .. -CMAKE_INSTALL_PREFIX=/path/to/install/folder/
    

These options may be combined togheter

multineat's People

Contributors

ai-nick avatar anton-matosov avatar avalenzu avatar bginter avatar floopcz avatar hugoaboud avatar jkoelker avatar jr-garcia avatar louis-shao avatar lshoek avatar peter-ch avatar portaloffreedom avatar ricmzn avatar riseooi avatar surgura avatar vickychudinov avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.