Ignore:
Timestamp:
02/15/18 00:42:07 (6 years ago)
Author:
Maciej Komosinski
Message:

Added support for "checkpoints" (intermediate phases of development of the Model when converting between genetic encodings). See Model.checkpoint() and conv_f1.cpp for an example.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/f0-SDK.def

    r528 r732  
    8989PROP(getInputNeuroIndex,0,1+2,`get input neuron index',p d(d),,,,p_getInputNeuroIndex,PROCEDURE)
    9090PROP(getInputWeight,0,1+2,`get input weight',p f(d),,,,p_getInputWeight,PROCEDURE)
    91 PROP(classObject,0,1+2,`neuron class',o NeuroClass,,,,classObject,GETONLY)
     91PROP(classObject,0,1+2,`neuron class',oNeuroClass,,,,classObject,GETONLY)
    9292ENDCLASS
    9393
Note: See TracChangeset for help on using the changeset viewer.