operon icon indicating copy to clipboard operation
operon copied to clipboard

C++ Large Scale Genetic Programming

Results 7 operon issues
Sort by recently updated
recently updated
newest added

Hello, just checking if it is possible to use a custom cost function like def mycost(expr_str): cost = myfun(eval(expr_str)) return cost Thnks

I am completely new to this, I followed your document step by step and when I did the 'make -j pyoperon' step at the end, I got this error, can...

It would be nice to have an option which fixes the coefficients for variables to 1.0. 1) This would lead to node counts which are compatible to other GP systems...

enhancement

Hi, I am working at Cineca and we have a vector symbolic regression problem to solve. ![SymbolicRegression](https://user-images.githubusercontent.com/22493289/97173182-6f010780-1790-11eb-82c6-ff8a6b87d8de.png) In practice we need to find at the same time the 6 functions...

enhancement

Hi, can Operon be adapted for evidential regression as described [Deep Evidential Regression](https://arxiv.org/abs/1910.02600) to capture prediction uncertainties? Thanks!

enhancement

Additionally, the solutions in the pareto front could also be linearly scaled before printing (as for the best individual).

Sorry about using GitHub issues for asking questions again. After switching to `cpp20` branch I was able to successfully run examples. Thanks! Now I would like to discuss on whether...

stale