[GP] Assignment / Úkol
Požadavky na absolvování
Termín: sobota, 31. ledna 2026, 00.00
[EN]
- [5 points] Experiment with the genetic programming and try to improve the default solution. There are three files in the
inputsdirectory -gp1.csv,gp2.csvandgp3.csv. The default primitive set works resonably well for the first one, however, for the other ones, the performance is much worse. There are various things you can try to improve it:- Change the genetic operators or their settings
- Add new functions into the primitive set.
- Use a different type of evolutionary algorithm (i.e. eaMuPlusLambda for elitist version).
[CZ]
- [5 bodů] Pohrajte si z genetickým programováním a pokuste se vylepšit výchozí řešení. V adresáři
inputsjsou tři nové soubory -gp1.csv,gp2.csvagp3.csv. Výchozí množina primitiv funguje docela dobře pro ten první, pro ty další ale nefunguje skoro vůbec. Pokuste se to nějak vylepšit. Můžete zkusit několik různých věcí:- Změnte genetické operátory nebo jejich nastavení.
- Přidejte nové funkce do množiny primitiv.
- Zkuste použít jinou verzi evolučního algoritmu (např. eaMuPlusLambda je elitistická)