FelipeRosa / clojure-gsgp

Geometric Semantic Genetic Programming library written in Clojure
MIT License
1 stars 0 forks source link

Implement covariant parsimony pressure #17

Closed FelipeRosa closed 8 years ago

FelipeRosa commented 8 years ago

Worlds should be able to pass a covariant parsimony pressure coefficient to the selection function (while computing the next generation), so that program size can be limited.

FelipeRosa commented 8 years ago

Seems ineffective, programs still seem to grow too large.

Review and test more?

FelipeRosa commented 8 years ago

I think another method of limiting program size is still needed. Parsimony pressure seems to increase the quality of the solutions the algorithm finds, but program size still unbounded.

FelipeRosa commented 8 years ago

Maybe implement some hard limiting technique?