Skip to content

Some of my work involving the implementation of a simulated annealing algorithm used to compute D-Optimal Designs.

Notifications You must be signed in to change notification settings

bfrizzell01/optimal-design-SA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Exact D-Optimal Design of Experiments Using Simulated Annealing

Exact D-optimal designs for various linear and nonlinear models have been obtained using simulated annealing and compared to Disciplined Convex Programming (DCP) methods provided by the optimization software known as CVX. Optimal experimental designs are very useful in practice due to their flexibility in model specification and domain constraints, as well as their ability to provide experimental designs with minimized parameter variance and experimental cost. However, exact designs are difficult to find when models are nonlinear and/or have high-dimensional parameter spaces. We propose the simulated annealing algorithm as a viable alternative to obtaining optimal designs in such cases; often simulated annealing outperforms CVX or provides a good approximation of the design in significantly reduced runtime.

Provided in this repository is code used for experimentation and implementation, as well as a poster outlining results.

About

Some of my work involving the implementation of a simulated annealing algorithm used to compute D-Optimal Designs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages