watchmaker icon indicating copy to clipboard operation
watchmaker copied to clipboard

Fitness Normalization

Open celsofranssa opened this issue 8 years ago • 0 comments

Hello,

My fitness implementation, looks like:

fitness = surprise + efficiency

Efficiency is a value in an interval between 0 and 1. However, the surprise value can assume any value great than zero (actually very big values can occur). These two elements must to have the same weigh in equation and, to reach that, I have to normalize the surprise for current entire population before sum with efficiency value.

Do you have any idea to make this in the framework?

Thank you so much! Live Long And Prosper Celso França

celsofranssa avatar Oct 11 '15 20:10 celsofranssa