1

I would like to find out if there are any tutorials which can help me get started using JGAP to solve and evolve a classification problem.

Example I want to solve this dataset

RK2015
  • 397
  • 1
  • 3
  • 15

1 Answers1

2

There is a JGAP tutorial available on SourceForge.

Another here and a blog.

If you want to test your mettle with robocode and JGAP you can get started: JGAP Robocode User Guide.

Community
  • 1
  • 1
Blake Yarbrough
  • 2,286
  • 1
  • 20
  • 36
  • Thank you. Those links are pretty easy to follow and very useful, however I do not follow the gene representation part. So I need to represent using a n-ary tree. Terminal set being True/False, and Functional set being Colour, Size etc. Now how would I go about creating this Gene? How would I determine the arity for each Functional Set node? – RK2015 Sep 25 '15 at 14:27
  • @RK2015 The questions you pose here are outside of the scope of the question statement. It is easier for future users to find information if we limit the scope of our Questions and Answers to provide only the most relevant information. I suggest you ask a new Question with the next steps that you find yourself curious about. Don't forget to post any code that you have where you have attempted to solve the problem! – Blake Yarbrough Sep 25 '15 at 14:30