com.vadeen:neat-gui

GUI implemenation for com.vadeen.neat.

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.vadeen
ArtifactId

ArtifactId

neat-gui
Last Version

Last Version

0.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

com.vadeen:neat-gui
GUI implemenation for com.vadeen.neat.
Project URL

Project URL

https://github.com/FelixStridsberg/neat-gui
Source Code Management

Source Code Management

http://github.com/FelixStridsberg/neat-gui/tree/master

Download neat-gui

How to add to project

<!-- https://jarcasting.com/artifacts/com.vadeen/neat-gui/ -->
<dependency>
    <groupId>com.vadeen</groupId>
    <artifactId>neat-gui</artifactId>
    <version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.vadeen/neat-gui/
implementation 'com.vadeen:neat-gui:0.3.4'
// https://jarcasting.com/artifacts/com.vadeen/neat-gui/
implementation ("com.vadeen:neat-gui:0.3.4")
'com.vadeen:neat-gui:jar:0.3.4'
<dependency org="com.vadeen" name="neat-gui" rev="0.3.4">
  <artifact name="neat-gui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vadeen', module='neat-gui', version='0.3.4')
)
libraryDependencies += "com.vadeen" % "neat-gui" % "0.3.4"
[com.vadeen/neat-gui "0.3.4"]

Dependencies

compile (2)

Group / Artifact Type Version
com.vadeen : neat jar 0.3.3
com.intellij : forms_rt jar 7.0.3

Project Modules

There are no modules declared in this project.

Maven Central

NEAT GUI

Graphic visualization library for the NEAT project.

(This is a separate project because GUI is boring so I always make it messy. Trying to avoid mess in the main project.)

For example usage, see the neat-race project.

Screenshot

screenshot

Features

  • Change all NEAT settings in real time.
  • Step, start and stop evaluation at any time.
  • Start and stop simulation at any time.
  • Save and load network from file.
  • Information about the current state of the network.
  • Graph with fitness over time.
  • Area chart with species proportions over time.
  • Each species has it's own color for the graphs and visualizations to use. (Buggy with reoccurring colors when many species.)

Versions

Version
0.3.4
0.3.3
0.3.2
0.2.0