samiamandyesican / 497R

FLOW Lab Research Spring-Summer
1 stars 0 forks source link

2. Perform a wing optimization. #19

Closed samiamandyesican closed 1 month ago

samiamandyesican commented 1 month ago
samiamandyesican commented 1 month ago

In SNOW.jl documentation, what does "Derivative calculations are all non-allocating during optimization" mean? Also, confirm understanding of "cached".

samiamandyesican commented 1 month ago

SNOW.jl Quick Start; Would $g$ need to be initialized outside the function? Would that even work? Also why do we need to specify the number of constraints? Couldn't that just come from the size of $g$?

samiamandyesican commented 1 month ago

1.) I can't figure out how to suppress creating an output file. I can rename the output file, but not suppress it.

2.) Am I doing structs right?

samiamandyesican commented 1 month ago

Success!