GithubHelp home page GithubHelp logo

swordno / eureqa-mathematica-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shanecelis/eureqa-mathematica-client

0.0 0.0 0.0 1.64 MB

A Eureqa Client for Mathematica

License: GNU General Public License v3.0

C++ 31.98% C 48.27% Objective-C 19.75%

eureqa-mathematica-client's Introduction

Eureqa Client for Mathematica README


Eureqa is a software tool by Michael Schmidt and Hod Lipson at Cornell for detecting hidden mathematical relationships in quantitative data. The aim of this project is to provide a Eureqa Client for Mathematica, so that Mathematica users can easily connect to a Eureqa server and search through data for relationships. (See this paper for details of the search method used.)

See the client demo here.

Dependencies

The following applications and libraries are required to build this client.

Building

The source code is available on github. No binaries are available.

$ git clone git://github.com/secelis/eureqa-mathematica-client.git
$ cd eureqa-mathematica-client
$ cmake .
$ make
$ make install

The client should build on Mac OS X and Linux without issue provided you have the dependencies outlined above. Building the client on Windows gave me some trouble, so for the time being I recommend only trying it on Windows if you are willing to get your hands dirty with some development; however, I welcome any patches to make building on Windows easier.

Running

Once the client has been built and installed, it can be accessed from within Mathematica with the following commands.

In[1]:= <<EureqaClient`
In[2]:= ?EureqaSearch

Here is an example of how to perform a search within Mathematica.

In[3]:= data = Table[{t,Sin[t]},{t,0,4 Pi, 0.1}]
In[4]:= EureqaSearch[data, "x = f(t)", VariableLabels -> {"t", "x"}, 
        Host -> "10.211.55.3"]

Limitations

The client currently

  • can only handle one connection;
  • needs more documentation;
  • does no auto plots; and
  • does not calculate different error metrics automatically.

Soliciting Contributions

If you have Mathematica Workbench, I would be indebted to you for creating the documentation templates.

I welcome help making the Windows build and installation work. I think the trouble lies somewhere in the FindMathLink CMake module.

License

I am currently electing to be conservative and license this under the GNU General Public License; however, I am open to considering other licenses, if anyone wants to suggest a better license for this project.

Acknowledgments

Thanks to Michael Schmidt and Hod Lipson for making such a fine tool available.

Thanks to Todd Gayley for A MathLink Tutorial.

Thanks to Kashif Rasul, Jan Woetzel, Bart Janssen and Roel Jordans for their work on the FindMathLink CMake module.


Written by Shane Celis on 2010-06-06.

eureqa-mathematica-client's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.