Changeset 968 for cpp/frams/genetics/fH


Ignore:
Timestamp:
06/30/20 00:30:39 (4 years ago)
Author:
Maciej Komosinski
Message:

Introduced a separate function to mutate neuron connection weight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fH/fH_oper.cpp

    r967 r968  
    390390                        // if it is weight, then method needs to use mutateNeuProperty
    391391                        double current = par.getDouble(id);
    392                         par.setDouble(id, getMutatedNeuroClassProperty(current, NULL, -1));
     392                        par.setDouble(id, getMutatedNeuronConnectionWeight(current));
    393393                }
    394394        }
Note: See TracChangeset for help on using the changeset viewer.