Skip to content

bertrandpsi/NeurBox

Repository files navigation

NeuroBox

This software is based on the youtube video Davidran Dallmiller. You may find his own version on his GitHub.

The goal of the project is to have a neuronal network simulation playgroup. Being able to play with different parameters and conditions and see how the genetic algorithm reach a possible solution of the problem.

Main simulation view

Main simulation view

Network preview

Network preview

How to run it

You can directly download the latest zip of the release, uncompress the zip and run the EXE directly from your Windows installation. You don't need any additional software (no need to install .Net or anything else).

The neuronal network

TO BE DESCRIBED

Scripting

Some parts like the selection condition can be changed directly within the software by writing piece of C# code. The code is then compiled at the startup of the simulation using the .Net 6 standard libraries and therefore your script code will run with the same priviledge and performance and the whole software.

Technology

The software uses C# / .Net 6 / WPF as development stack.