Skip to content

Releases: fazo96/AIrium

AIrium 0.5

08 Aug 12:41
Compare
Choose a tag to compare

This release is probably the biggest update yet with numerous improvements and new features, for example:

  • advanced settings tab which allows to tweak a lot more simulation parameters, for example
    • neural network topology
    • fitness evaluation (still not very deep tweaking allowed)
  • resizable window and better controls:
    • the renderer window can be resized
    • improved "drag to scroll" (now scales correctly with zoom level)
    • you can now zoom using the scroll wheel
    • you can now click to select a creature
  • saving and loading:
    • you can now save and load your configuration
    • you can now save and load individual creatures and their brain
    • you can read and write configuration files with any text editor
    • comments are supported and encouraged when sharing configuration files!
  • unique creature names
    • an individual brain now has a unique, persistent name automatically generated based on its topology, allowing easier identification among different creatures
    • when saving a creature, its name is set as the default file name.

AIrium 0.4.1

21 Jul 11:06
Compare
Choose a tag to compare

This release brings no new features, but pretty high performance improvements and better code documentation.

AIrium 0.4

08 Jul 17:25
Compare
Choose a tag to compare

This release introduces many bug fixes, a lot more options to control the simulation in the GUI and multithreading support improving drastically the simulation speed when many agents are being simulated.

AIrium 0.3

06 Jul 22:49
Compare
Choose a tag to compare

This release bring a lot of new features to the simulation, but the most important is the addition of a new UI with the ability to configure the simulation without changing the source code, and reading the logs without running from a console!

Download

AIrium 0.2

02 Jul 16:11
Compare
Choose a tag to compare
AIrium 0.2 Pre-release
Pre-release

AIrium 0.2

This version is a prototype, you can use it to test the simulation. It cannot yet be configured and simulation statistics can only be viewed by running it from the command line. Requires Java (at least version 7) and should run on any desktop operating system (GNU/Linux, BSD, Windows and OSX).