I am trying to implement genetic algorithm from Apache Commons Math library. I would like to use it together with OLS or GLS regression from the same package. But I have no idea how to do it. Could anyone help with some ideas?
Asked
Active
Viewed 245 times
1
-
Since Apache Common 3 you have one out of the box: https://commons.apache.org/proper/commons-math/userguide/genetics.html To me the interface is extendable enough to handle most situations. Since its a very old algorithm I would suggest to use it directly instead of reinventing a very old wheel. – tribbloid Feb 06 '17 at 16:43