How to control the randomness of algorithm

Currently, I'm working on algorithm (optimization), as such GA, AC are generating random values therefore, everytime when I see the results its different from the previous, is there any way to controll the randomness and I can get same reults as I run simulations.

 Accepted Answer

See the three topics in the "Control Random Number Generation" section on this documentation page.

4 Comments

@Steven it doesnot show any controlling factor of the the aglorithm instead only shows how to generate random values.
Expand the "Define generator parameters" section to find
rng Control random number generation
Stephen23
Stephen23 on 20 Sep 2019
Edited: Stephen23 on 20 Sep 2019
" it doesnot show any controlling factor of the the aglorithm..."
Read the three linked pages in the "Control Random Number Generation" section, exactly as Steven Lord wrote. Here is that section of the page that Steven Lord referred you to:

Sign in to comment.

More Answers (0)

Products

Release

R2018b

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!