langongjin
langongjin
hi, did also find some bugs? I found a big bug for the chromosome, which makes this library not work, and it is not an algorithm. Could see the issue...
hi, do you have some ideas about how to implement the real-valued representation inside of the GALGO? Thanks!
hi, Alanthie, Thank you for your ideas. You are right. The code uses the double value. But the thing is that it uses the Xover and Mutation by the binary...
hi, Alanthie, Thank you very much for your time. I understand your idea. But generally speaking, Gaussian mutation only work for the real-valued representation. I tried to figure out how...
hi, Thank you very much for your time. 1. I made a wrong description about "Gaussian mutation only work for the real-valued representation". We have different Gaussian mutations. It is...
one more thing, could give me a hint how/what you changed? This will be useful for me to handle the code. Thanks!
hi, Alanthie, Thank you for your time and information. Regarding my test function, my final function depend on a simulator, therefore, it does not work for you. But right now,...
cool, Thank you very much! I checked the code GAM `if (galgo::proba(galgo::rng)
yes, I agree with you, there is a problem in ```cpp for (int z = 1; z < chr->nogen(); z++) // number of generations { // sigma adapting with iteration...
hi, Alanthie, yes, we have different self-adaptive Gaussian mutations. In my understanding, the linear function between sigma and generations is also a solution for self-adaptive Gaussian mutation. But I would...