[GP] Assignment / Úkol
Požadavky na absolvování
Termín: neděle, 12. ledna 2025, 00.00
[EN]
- [5 points] Experiment with the genetic programming and try to improve the default solution. There are three files in the
inputs
directory -gp1.csv
,gp2.csv
andgp3.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
inputs
jsou tři nové soubory -gp1.csv
,gp2.csv
agp3.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á)