SophZoe / Genetic_Algorithm

A study/portfolio case for university (:
https://moodle.hs-duesseldorf.de/pluginfile.php/461132/mod_resource/content/0/Projektauftrag_Genetic_algorithm.pdf
Apache License 2.0
3 stars 3 forks source link

interface for setting the constants #102

Open julietteyek opened 8 months ago

julietteyek commented 8 months ago

What?

Implement a little interface where one can set the constants like Board-size, Rounds, etc.

Why?

Should serve for clarity and user friendliness (you say it like that!?).

Problem:

BUT: For completion I would need the implementation of defining separate constants for the separate worlds that are running in one simulation; this was your thing @Jxshyz, wasn't it?