moses icon indicating copy to clipboard operation
moses copied to clipboard

MOSES Machine Learning: Meta-Optimizing Semantic Evolutionary Search. See also AS-MOSES https://github.com/opencog/asmoses but kept to guaranty backward compatibility.

Results 14 moses issues
Sort by recently updated
recently updated
newest added

Lots'o boost errors. Using boost 1.58 for the most part. A couple of 1.54s. CMakeFiles/gen-disj-conj.dir/gen-disj-conj.cc.o: In function `boost::program_options::typed_value::xparse(boost::any&, std::vector const&) const': /usr/local/include/boost/program_options/detail/value_semantic.hpp:167: undefined reference to `boost::program_options::validate(boost::any&, std::vector const&, std::__cxx11::basic_string*, int)'...

I receive a segmentation fault when I run the MOSES example program **moses-ann-pole1** on Ubuntu 14.04.1 with GCC 4.8.4. Preparation: **mkdir build cd build ; cmake -DCMAKE_BUILD_TYPE=Debug .. ; make...

By recommendation of Nil, I'm opening a issue initially discussed on the Slack moses channel. Summary of the situation: I'm adding particle swarm to the optimization part of moses, and...

Add a contin reduction that can reduce this: ``` ((5.06447865729134317 * x) - 1.38413811600397763) > 0 ``` to this: ``` (x - 0.2733031788002957) > 0 ``` Such a rule does...