Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Simulation operator
sebastian_gonza
RapidMiner Certified Analyst, Member Posts: 52 Guru
in Help
Hi
I wanted to know what process does the simulator use, for example if is mathematic optimization, gradient descend etc... If there is additional material to understand how it operates with each one of its features (how it asses the dynamic contribution of factors, thresholds of parameters and outcome etc...) that would be very handy
Thank you
I wanted to know what process does the simulator use, for example if is mathematic optimization, gradient descend etc... If there is additional material to understand how it operates with each one of its features (how it asses the dynamic contribution of factors, thresholds of parameters and outcome etc...) that would be very handy
Thank you
0
Best Answer
-
IngoRM Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderHi,You mean what happens in the background when you press the "Optimize" button in the Model Simulator output? This would be an optimization based on Evolutionary Algorithms (https://en.wikipedia.org/wiki/Evolutionary_algorithm). Mutations are changing input factors randomly with a probability of 1/m (for m attributes). Crossover is single-point cross over. We use a tournament selection.Hope this helps,Ingo
7