Hey there,

I am currently working with JavaXCSF (Stalph & Butz). This is a Java based program to approximate functions and it utilizes Michigan-Style-LCS.
What I want to do now is implement a Pittsburgh-Style-LCS into this program. I read a lot of theory behind the pitt-approach but I have no idea where to start. I know that the pitt-approach uses individuals that are a solution to the problem (function approximation) itself but I do not know how I can convert the Michigan-Style classifiers into Pittsburgh ones.

Does anyone have a Java Program using the Pittsburgh-Style-LCS where I can get a general idea on how to use these classifiers?
Or even better has anyone ever heard of/read about someone using the pitt-approach in JavaXCSF?

Thanks in advance