Research Article
[Retracted] Mathematical Modeling Method of the Improved Genetic Algorithm for Random Power Fluctuation
Algorithm 1
Basic normal cloud generator.
| | INPUT: {, , }, //Numerical features and cloud droplet count | | | OUTPUT: {(, ), …, (, )}// | | | FOR = 1 to | | | //Generate a normal random number with expected value and variance | | | = RANDN | | | = RANDN | | | | | | drop //Generate the i-th cloud drop |
|