Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Dec 17, 2024
1 parent 3b1b9ab commit 1de5c61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions SciLean/Numerics/Optimization/Optimjl/Utilities/Types.lean
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ structure Options (R : Type) [RealScalar R] where
time_limit? : Option ℕ := none


structure Method where
isNewton : Bool
isNewtonTrustRegion : Bool
isNelderMead : Bool


structure MultivariateOptimizationResults (R X : Type) where
initial_x : X
minimizer : X
Expand Down

0 comments on commit 1de5c61

Please sign in to comment.