updated include dependencies
This commit is contained in:
parent
6b0cfffe09
commit
40f5377cf1
21 changed files with 87 additions and 59 deletions
|
|
@ -63,11 +63,10 @@ bool mutate_constants(Sym& sym, double stdev) {
|
|||
}
|
||||
|
||||
for (unsigned i = 0; i < values.size(); ++i) {
|
||||
values[i] += rng.normal() * stdev;
|
||||
values[i] += rng.normal() * stdev / values.size();
|
||||
}
|
||||
|
||||
sym = set_constants(sym, values);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue