The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Evolutionary Parameter Optimization setting
Legacy User
Member Posts: 0 Newbie
RapidMiner has the nice feature to optimize parameters using a
genetic algorithm. I would like to play around with this optimization.
However, I'm not sure which parameters I should use for the operator
EvolutionaryParameterOptimization (no, I don't want to train
automatically by RM:-)). There are plenty of different settings and
I'm unsure which combination I should use to achieve best results.
Do you have any general hints for me that I should take into account?
Moreover, do you know any papers/books/websites that discuss the
topic of selecting machine learning parameters via genetic
algorithms? The only paper I've found so far is:
¨Comparing learning approaches to coreference resolution".
Regards,
ben
genetic algorithm. I would like to play around with this optimization.
However, I'm not sure which parameters I should use for the operator
EvolutionaryParameterOptimization (no, I don't want to train
automatically by RM:-)). There are plenty of different settings and
I'm unsure which combination I should use to achieve best results.
Do you have any general hints for me that I should take into account?
Moreover, do you know any papers/books/websites that discuss the
topic of selecting machine learning parameters via genetic
algorithms? The only paper I've found so far is:
¨Comparing learning approaches to coreference resolution".
Regards,
ben
0
Answers
if you address the parameters for selecting the evolutionary strategy:
The main parameters are number of individuals and the maximal number of generations. The other parameters influence the number of generations needed to converge (and hence the computing time), but in any setting it should converge anyway. Which settings work best depends on the problem.
Greetings,
Sebastian
I suggest you the following Google Scholar searches:
http://scholar.google.com/scholar?hl=en&;lr=&q=data+mining+genetic+algorithms
http://scholar.google.com/scholar?hl=en&;lr=&q=machine+learning+genetic+algorithms
For example, see this paper:
A survey of evolutionary algorithms for data mining and knowledge discovery
Also, there is a good free book about optimization: Global Optimization Algorithms.
Regards,
Daniel