Skip to content

frankecurtis/StochasticSQP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StochasticSQP

This software is under development. Please check back later.

Overview

StochasticSQP is a software package for solving optimization problems involving a stochastic objective and deterministic constraint functions. (Problems with deterministic objective functions can also be solved, although the code has not been optimized for that purpose.) At present, it is designed to locate a minimizer of

min     f(x) subject to c(x) = 0, with f(x) = E[F(x,ω)],
x ∈ Rⁿ

where f and c are continuously differentiable, ω is a random variable, and E[] denotes expectation with respect to the distribution of ω. Note that the expectation could be in the form of an average of a finite number of terms. Functionality for solving problems with inequality constraints is under development.

StochasticSQP is written in Matlab. The main authors are Albert S. Berahas, Frank E. Curtis, Daniel P. Robinson, and Baoyu Zhou. For a list of all contributors, please see the AUTHORS file.

Citing StochasticSQP

StochasticSQP is provided free of charge so that it might be useful to others. Please send e-mail to Albert S. Berahas, Frank E. Curtis, Daniel P. Robinson, and Baoyu Zhou with success stories or other feedback. If you use StochasticSQP in your research, then please cite the following papers:

About

Software package for solving optimization problems involving a stochastic objective function and deterministic constraint functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages