opencog / moses

MOSES Machine Learning: Meta-Optimizing Semantic Evolutionary Search. See also AS-MOSES https://github.com/opencog/asmoses but kept to guaranty backward compatibility.
https://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search
Other
127 stars 83 forks source link

Generate config-file package for moses #60

Closed noskill closed 6 years ago

noskill commented 6 years ago

This PR: 1) creates config-file cmake package, so that we can rid off of FindMoses.cmake in projects that use moses. 2) deletes cmake files that are provided by cogutil

see issue https://github.com/opencog/cogutil/issues/113

ngeiswei commented 6 years ago

I didn't review at all but that looks cool. I suppose after that you could take care of https://github.com/opencog/as-moses.

noskill commented 6 years ago

@ngeiswei Ok, working on it..

vsbogd commented 6 years ago

Looks good for me.

vsbogd commented 6 years ago

@ngeiswei, I am ready to merge this PR for moses and https://github.com/opencog/opencog/pull/3263 if you don't see any blockers.

ngeiswei commented 6 years ago

I didn't look at blockers, so I don't see any ;-)

vsbogd commented 6 years ago

Thanks @noskill !