Interface with Eureqa featuring symbolic regression

Matlab mex function to call Eureqa server (http://creativemachines.cornell.edu/eureqa)
609 Downloads
Updated 20 Jul 2011

View License

mex c++ interface to call Eureqa server directly from matlab
The code enables symbolic regression with possible user-defined operators (such as +, -, *, /, ^, exp, log, sin, cos, abs, tan). Applications range from a detection of hidden data relationships to nonlinear regression of different kinds to feature selection for machine learning algorithms.

Cite As

Johannes Jenkner (2024). Interface with Eureqa featuring symbolic regression (https://www.mathworks.com/matlabcentral/fileexchange/32225-interface-with-eureqa-featuring-symbolic-regression), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

A simple matlab code is now provided as an example.

1.2.0.0

Bug removed which resulted in predstr being scrambled in output formula (string stream now cleared in c++ code on line 386)

1.0.0.0