Pocwiardo / GeneticVSTComposer

MIT License
0 stars 0 forks source link

Convert Genetic Algorithm code into C++ #4

Closed Pocwiardo closed 1 month ago

Pocwiardo commented 1 month ago

Code from GA_in_Python branch should be converted to C++ in order to be used with JUCE Plugin framework.

Pocwiardo commented 1 month ago

I started the job on GA_in_Cpp and converted the core functions. The only remainings are mutation function (it only has some mutations) and fitness function (only two scores are calculated). Conversion is not good for now, used chatGPT, but it works after my corrections.

Pocwiardo commented 1 month ago

Fitness and mutation added. I still need to do some modifications regarding music theory, but it can wait. Now the thing to do is to optimize and repair bugs: