Giter VIP home page Giter VIP logo

ec14-hyperneat's Introduction

HyperNEAT EC class @VU 2014

Documentation on HyperNEAT

Usage:

cd into the out directory, and then:

  1. ./HyperNEAT -I <experiment>.dat -R $RANDOM -O <outputname>
    this will cause our version of the HyperNEAT tool to generate one individual with given output name. An individual consist of one .xml file (genotype) and .vxa file (phenotype)

  2. ./HyperNEAT -I <experiment>.dat -R $RANDOM -O <outputname> -ORG <individual01>
    HyperNeat tool will mutate the given individual and output this in the output name

  3. ./HyperNEAT -I <experiment>.dat -R $RANDOM -O <outputname> -ORG <individual01> <individual02>
    HyperNeat tool will generate a new individual with given outputname, based on the genetic code in individual01 and individual02

Explanation of the input arguments:

  • -I Denotes the input file with experiment instructions
  • -R The random seed
  • -O The output file (just the name of the individual, no file ending)
  • -ORG Existing additional input files (genotype only, again, only the name)

Output

Each command will generate 2 files in the (out) folder: [name]_genome.xml and [name]_vox.vxa, where [name] is the value of the -O argument. When you want to mutate or crossover, you only have to supply this [name], not the full [name]_genotype.xml to the -ORG argument.

Additional info:

This version of HyperNEAT will be used to research softrobot evolution without the use of an artificial fitness function. As such this version of HyperNEAT only supports reproduction of said softrobots.

$RANDOM is used so that it does not require to edit the parameter file each time and change the random seed value

future link to paper?

alt text

ec14-hyperneat's People

Contributors

fgolemo avatar ncheney avatar maik-c avatar ariehtal avatar

Watchers

 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.