NEATSimulation.RunSingleGeneration: Runs a single generation

Description Usage Arguments Value

Description

Takes in a simulation, runs all the genomes, evaluates fitness and breeds the new generation

Usage

1
2
NEATSimulation.RunSingleGeneration(simulation, createVideo = F,
  videoPath = "videos", videoName = "", framesPerSecond = 1)

Arguments

simulation

Takes a NEATSimulation class

createVideo

True/False to save a video of the highest fitness simulation

videoPath

Path to where to save the video

videoName

Name of the video

framesPerSecond

The frames per second of the video

Value

NEATSimulation class with new generation of genomes


ahunteruk/RNeat documentation built on May 12, 2019, 2:31 a.m.