Skip to content

Convenient optimization framework parameter manipulation in Julia

License

Notifications You must be signed in to change notification settings

byuflowlab/OptimizationParameters.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convenient optimization framework parameter manipulation in Julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages