genetic

genetic algorithm framework
git clone [email protected]:dracuxan/genetic.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2026-06-01 07:23upd: readmedracuxan1+1-21
2026-05-23 17:07upd: new example (bad apple frames generator)dracuxan7+217-16
2026-05-02 17:09fix: gnuplotdracuxan2+18-64
2026-04-30 06:41new: sin(x)dracuxan2+132-0
2026-04-30 06:41separate initialization functions in toolboxdracuxan7+29-5
2026-04-27 10:38feet: change c-based random number generator to rust based nifdracuxan21+439-56
2026-04-27 06:31renamedracuxan2+2-2
2026-04-24 05:56upd: optimizations using paralellizations and nifsdracuxan8+105-22
2026-04-24 05:55add: benchmarksdracuxan2+72-0
2026-04-22 15:48change dir structuredracuxan28+85-147
2026-04-22 12:20fix: lsp errorsdracuxan3+4-2
2026-04-20 05:43new: tetris playerdracuxan5+53-756
2026-04-19 18:23feat: reinsertion strategy plus graphsdracuxan9+885-39
2026-04-18 21:16upddracuxan6+164-100
2026-04-09 12:11feat: statisticsdracuxan8+148-2
2026-04-09 06:33fix: float overflowdracuxan1+2-1
2026-04-09 06:31problem: optimizing scheduledracuxan4+52-3
2026-04-08 11:37new: custom mutation methodsdracuxan4+94-19
2026-04-08 08:34problem: breaking xor cipherdracuxan1+46-0
2026-04-08 08:34testdracuxan1+3-3
2026-04-08 08:33new: whole arithmetic crossover and demo of multi parent crossoverdracuxan1+51-14
2026-04-08 05:57new: uniform crossover plus opts for crossover functionsdracuxan5+40-19
2026-04-08 05:09new: order-one crossover and configurations for multi crossoversdracuxan5+123-14
2026-04-07 12:38upd: change final return value to tupple of best solution and generationdracuxan5+8-8
2026-04-07 10:55new: selection algorithmsdracuxan4+103-20
2026-04-07 06:53example: portfolio optimizationdracuxan1+29-0
2026-04-03 06:41upddracuxan4+37-16
2026-04-03 05:27new: add generation as terminating criteriadracuxan2+9-6
2026-04-01 10:31upddracuxan7+182-1
2026-03-30 06:50upddracuxan9+87-1
2026-03-28 12:42new: one max solutiondracuxan1+61-0