Is there any example code for this package?
I don't quite understand what your supposed to do with this package but for some reason it interests me.
Hi SandyMacJr,
You're right -- it's a bit difficult to figure out where to start. I'll have to add some docs for that.
Anyway, what you want to do is run something like
java -classpath jgprog.jar com.groovyj.jgprog.X
where X = SymbolicRegressionWorld or MultiplexerWorld or MultiplexerADFWorld.
Those are the three example worlds.
If you want to write your own world, start with the javadocs under the class World.
Hope that helps!
--Rob
Log in to post a comment.
Is there any example code for this package?
I don't quite understand what your supposed to do with this package but for some reason it interests me.
Hi SandyMacJr,
You're right -- it's a bit difficult to figure out where to start. I'll have to add some docs for that.
Anyway, what you want to do is run something like
java -classpath jgprog.jar com.groovyj.jgprog.X
where X = SymbolicRegressionWorld or MultiplexerWorld or MultiplexerADFWorld.
Those are the three example worlds.
If you want to write your own world, start with the javadocs under the class World.
Hope that helps!
--Rob