Skip to content

AndLen/gpmalmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gptsne

Rough usage (from the src/ directory):
python3 -m gpmalmo.gpmal_nc --help
e.g. python3 -m gpmalmo.gpmal_nc -d COIL20 --dir "datasets/"

  • Datasets used in the paper are in datasets/
  • Add your own datasets in csv format, with a header line:
    Header: classPosition,#features,#classes,seperator. e.g.
    classLast,1024,20,comma (from COIL20.data)
  • Most GP parameters are configured in gpmalmo/rundata.py

About

Code for GP-MaL-MO, Genetic Programming and Evolvable Machines 2020.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages