Green flag to run (turbo mode recommended). Play around with the inputs in the genetic algorithm function. You can also change the function itself. Turbowarp is crazy fast (very accurate): https://turbowarp.org/959346907?hqpen&turbo
https://en.wikipedia.org/wiki/Genetic_algorithm Function shown is: sin(0.1x) * 20 First time doing this, turned out alright. Very simple crossover, mutation, selection, and fitness function. Greater population size = + accuracy, - speed Greater width = + smoothness, + size, - speed Greater mutation chance = + variance, - stability