
Genetic Algorithm
Technology :
Development duration approximation :
Unity, C#, Windows
1 week
Based on http://www.ai-junkie.com/ga/intro/gat2.html , I worked on an algorithm capable of finding an arithmetic operation to obtain a given result (the goal). I do this in order to understand how the machine learning works (and to have some knowledges in order to do a neural network).
​
I created my own EvalExpr algorithm. First, it resolves divisions, then multiplications, additions, and substractions.
​
25/01/2017 : It's almost finished. The algorithm can find several solutions, but not all for the moment (even if it runs the night). I think the problem is inside my Roulette Wheel.
​
26/01/2017 : I finished the project. It runs all the night to find 100 differents goals, and succeded in doing that.
Date :
2017
Sources/Application :
Soon
