Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sisl/ExprOptimization.jl

Algorithms for optimization of Julia expressions
https://github.com/sisl/ExprOptimization.jl

Last synced: 3 months ago
JSON representation

Algorithms for optimization of Julia expressions

Awesome Lists containing this project

README

        

# ExprOptimization.jl

[![Build Status](https://github.com/sisl/ExprOptimization.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/sisl/ExprOptimization.jl/actions/workflows/CI.yml/)
[![codecov](https://codecov.io/gh/sisl/ExprOptimization.jl/branch/master/graph/badge.svg?token=ZLMNVzDem0)](https://codecov.io/gh/sisl/ExprOptimization.jl)

Algorithms for the optimization of Julia expressions derived from a grammar. For an introduction to expression optimization, see chapter 20 of [Algorithms for Optimization](https://algorithmsbook.com/optimization) by Mykel J. Kochenderfer and Tim A. Wheeler (MIT Press, 2019).

The following algorithms are implemented:
* Monte Carlo
* Genetic Programming
* Grammatical Evolution
* Cross-Entropy Method
* Probabilistic Incremental Program Execution (PIPE)

## Usage

Please see the [example notebooks](https://github.com/sisl/ExprOptimization.jl/tree/master/examples).

## Maintainers:

* Ritchie Lee, [email protected]
* Mykel Kochenderfer, [email protected]