rand() gives the same values in each run
Mostrar comentarios más antiguos
Hi
I'm working on the evaluation of metaheuristic algorithms and i need to test each technique in many runs, however the rand() function always generates the same random values in each run, which is not good for the evaluation.
For example, if rand()=0.56 in the 1st run at the 2nd iteration, then rand()=0.56 for all the other runs at the second iteration.
2 comentarios
Rik
el 3 de Ag. de 2020
Does your code set a random seed anywhere?
Hamza Belm
el 3 de Ag. de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Direct Search en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!