Commit History

Force all operators to be fast versions
211c6a7

MilesCranmer commited on

Add subtraction operator
399aef5

MilesCranmer commited on

Link back to repo from index
0d82add

MilesCranmer commited on

Add option to slowly increase maxsize
fe36e3a

MilesCranmer commited on

Reset global equation file name
964b669

MilesCranmer commited on

Describe cycles per iteration
fef663e

MilesCranmer commited on

Iterate version - fix endless waiting for process
29c2ee2

MilesCranmer commited on

Fix endless waiting for process
e8639b3

MilesCranmer commited on

Improve docstrings for post-hoc analysis
a8ee367

MilesCranmer commited on

Describe best() more in-depth in docs
68df0bb

MilesCranmer commited on

Iterate version - docs+post printing
b3b3344

MilesCranmer commited on

Fix printed score; demonstrate best() function
59cf3d0

MilesCranmer commited on

Document best() functions
378fe0d

MilesCranmer commited on

Allow early quit + can pretty-print best equation
bf37f2a

MilesCranmer commited on

Save hall of fame to a backup to prevent deletions
ac2e8e0

MilesCranmer commited on

Combine todo items
c57ba15

MilesCranmer commited on

Rearrange operators section
a65054b

MilesCranmer commited on

Change table of contents ordering
d67af40

MilesCranmer commited on

Copy getting started info to separate file
43cceb0

MilesCranmer commited on

Fix up citable link
cf8bf07

MilesCranmer commited on

Properly link documentation URLs
d563645

MilesCranmer commited on

Note about Julia install
5691c27

MilesCranmer commited on

Split up readme into docs
e1e2d20

MilesCranmer commited on

Move operator docs to separate file
82bd48e

MilesCranmer commited on

Add starter file for operators documentation
c20f5e3

MilesCranmer commited on

Fix stackoverflow error from missing copy
b7257cc

MilesCranmer commited on

Add back function for prepending op; randomly choose it
85aeb48

MilesCranmer commited on

Add new features to README
fad9923

MilesCranmer commited on

Merge branch 'master' of github.com:MilesCranmer/Eureqa.jl
c7922af

MilesCranmer commited on

Add parameter for batching
2ca2654

MilesCranmer commited on

Remove unneeded domain checks
3a557a9

MilesCranmer commited on

Do manual check for domain errors, rather than try-catch
7aaa5b1

MilesCranmer commited on

Simplify try catch
fee23e7

MilesCranmer commited on

Only evaluate individuals on small batches during evolution
7f6d86d

MilesCranmer commited on

Add todo for cleaning up zombie processes
5130409

MilesCranmer commited on

Change site name of readthedocs
4820cf9

MilesCranmer commited on

Add missing pydoc-markdown configuration
6b4263a

MilesCranmer commited on

Get readthedocs to install pydoc-markdown
d08c88b

MilesCranmer commited on

Add files for readthedocs
dcb57af

MilesCranmer commited on

Update docstring on README
6f11ae4

MilesCranmer commited on

Todo for adding read the docs
a4eb420

MilesCranmer commited on

Merge pull request #13 from MilesCranmer/feature_selection
ca6dd96
unverified

MilesCranmer commited on

Delete spurious param in docstring
61635b9
unverified

MilesCranmer commited on

Mention that operator constants be 32-bit
316393e
unverified

MilesCranmer commited on

Add feature selection based on gradient boosting
964082a

MilesCranmer commited on

Add missing definition of error
3662fae

MilesCranmer commited on

Ideas for vector ops
a4edf2e

MilesCranmer commited on

Allow for pandas array and automatic variable names
85d18bf

MilesCranmer commited on