Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saulshanabrook/genetic-symbolicregression
Framework for genetic that does data fitting using symblic regression through GP
https://github.com/saulshanabrook/genetic-symbolicregression
Last synced: 7 days ago
JSON representation
Framework for genetic that does data fitting using symblic regression through GP
- Host: GitHub
- URL: https://github.com/saulshanabrook/genetic-symbolicregression
- Owner: saulshanabrook
- License: epl-1.0
- Created: 2014-03-11T20:00:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T02:12:45.000Z (over 10 years ago)
- Last Synced: 2023-03-23T11:44:04.078Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/saulshanabrook/genetic-symbolicregression.png?branch=master)](https://travis-ci.org/saulshanabrook/genetic-symbolicregression)
# `genetic-symbolicregression`
Framework for
[genetic](http://www.github.com/saulshanabrook/genetic)
that does data fitting using symblic regression through GP## Usage
To run the regression on some test data:
```bash
$ lein run -m genetic.symbolicregression.core
```## License
Copyright © 2014 Saul Shanabrook
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.