You can use another chess engine as mentor as described in "Genetic Algorithms for Mentor-Assisted Evaluation Function Optimization".
Thanks for your help, but that was not what I was looking for.
I found a way to do this. First of all I adapted PBIL which is population based incremental ...
Search found 2 matches
- Wed Dec 26, 2012 10:35 pm
- Forum: Programming and Technical Discussions
- Topic: Training a Genetic algorithm?
- Replies: 5
- Views: 3663
- Tue Dec 25, 2012 10:29 pm
- Forum: Programming and Technical Discussions
- Topic: Training a Genetic algorithm?
- Replies: 5
- Views: 3663
Training a Genetic algorithm?
I am working on a chess engine, with a very intelligent Evaluation Function.
I want to tune the parameters of the Eval Function by taking help from a genetic algorithm.
Now the problem is that genetic algorithms are good for unsupervised learning, and they work only using a fitness evaluation and ...
I want to tune the parameters of the Eval Function by taking help from a genetic algorithm.
Now the problem is that genetic algorithms are good for unsupervised learning, and they work only using a fitness evaluation and ...