bhrnjica / gpdotnet

GPdotNET is an open source computer program for running tree based genetic programming.
Other
16 stars 7 forks source link

Random constants in GPdotNET #3

Closed alidanandeh closed 5 years ago

alidanandeh commented 5 years ago

I would like to see random constant values in the simplified best solution given by the program (instead of r1, r2, ….).

randoms

bhrnjica commented 5 years ago

Constants can be easely found in the gpa file.

  1. Open gpa file in notepad o notepad++
  2. Search for Constants in the text.
  3. Something similar you will get: "Constants\":[0.13744,0.88182,0.33059,.....
  4. After Constants keyword there is array of numbers which are constants.
alidanandeh commented 5 years ago

Thanks for the reply. Why we cant easly see them in GpdotNET GUI?

bhrnjica commented 5 years ago

The feature will be implemented in the next release. Hope the new version will be released before spring next year.