/ExprOptimization.jl

Algorithms for optimization of Julia expressions

Primary LanguageJupyter NotebookOtherNOASSERTION

ExprOptimization.jl

Algorithms for the optimization of Julia expressions derived from a grammar.

The following algorithms are implemented:

  • Monte Carlo
  • Genetic Programming
  • Grammatical Evolution
  • Cross-Entropy Method
  • Probabilistic Incremental Program Execution (PIPE)

Main Dependencies

  • sisl/ExprRules.jl

Usage

Please see the example notebook.

Maintainers:

Build Status Coverage Status