singnet / asmoses

Port of MOSES (https://github.com/opencog/moses) for the AtomSpace (https://github.com/opencog/atomspace)
Other
6 stars 5 forks source link

Add option to restart training from snapshot and to initialize search from an initial program #138

Open noskill opened 4 years ago

ngeiswei commented 4 years ago

Such option already exists, see --exemplar. It is documented in asmoses --help and man asmoses, let me know we've missed a spot to document it better.

noskill commented 3 years ago

It doesn't work with labels as column names:

asmoses -i input.txt -u out -W1 -e 'or($a $b)'
terminate called after throwing an instance of 'opencog::AssertionException'
  what():  Lexical error: '$a' does not name a definite_object (/home/noskill/projects/sing-asmoses/opencog/combo/combo/iostream_combo.h:168)
Aborted (core dumped)
ngeiswei commented 3 years ago

This needs to be fixed indeed.