Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.16 KB

OptimizationParameters

Convenient optimization framework parameter manipulation in Julia

Author: Taylor McDonnell

OptimizationParameters provides a unified framework for managing both design variables and parameters within nonlinear optimization frameworks.

Package Features

  • Easily enable/disable design variables
  • Automatically scale/descale design variables
  • Use arbitrarily shaped design variables
  • Customize design variable bounds and scaling
  • Set up optimizations and store optimization results and parameters using simple, yet powerful, CSV files
  • Access design variables by name rather than index within the optimization framework
  • Perform all of these tasks with negligible overhead during the optimization

Installation

Enter the package manager by typing ] and then run the following:

pkg> add https://github.com/byuflowlab/OptimizationParameters.jl

Usage

See the documentation