Added symbolic differentiation
This commit is contained in:
parent
3ca7c0f6f4
commit
ffdce66c98
12 changed files with 186 additions and 61 deletions
|
|
@ -54,7 +54,6 @@ bool mutate(Sym& sym, double p, const LanguageTable& table) {
|
|||
|
||||
|
||||
bool mutate_constants(Sym& sym, double stdev) {
|
||||
|
||||
vector<double> values = get_constants(sym);
|
||||
|
||||
if (values.empty()) {
|
||||
|
|
|
|||
Reference in a new issue