Skip to content

uriballo/symbolic-regressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbolic Regressor

Lightweight symbolic regressor written in Julia that uses genetic algorithms to find expressions that model datasets.

Usage

See

julia SymbolicR.jl --help

Required packages:

  • CSV
  • JSON
  • DataFrames
  • SymbolicUtils

Default Configurations

  • kepler
    • kepler's third law.
  • noisy-kepler
    • kepler's third law with noise.
  • newton
    • newton's law of universal gravitation.
  • sine
    • sine without the sine function.
  • sine2
    • sine squared without the sine function.

About

Lightweight symbolic regressor written in Julia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages