Commit History

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

Clarify installation - need Julia and Python
5af7e2e
unverified

MilesCranmer commited on

Remove unused evalTree and popRandomOp
9254d92

MilesCranmer commited on

Fix sympy output variable names
c253783

MilesCranmer commited on

Add feature to set arbitrary variable names
7f5b38a

MilesCranmer commited on

Fix bug with Int32 rounding of equation age
9fa51a8

MilesCranmer commited on

Add feature idea to README
95a2a34
unverified

MilesCranmer commited on

Add fast_cycle option back in
e8f42f8

MilesCranmer commited on

Remove problematic math-mode=fast; add back extra threads
eefdfef

MilesCranmer commited on

Fix #10 issue with hall of fame not saving
c9adc43

MilesCranmer commited on

Update todo for max depth completion
c88d0b9

MilesCranmer commited on