From c327239c1cd3c22e90166bc7636a98ea023abd9e Mon Sep 17 00:00:00 2001 From: Z J Wegert <60646897+zjwegert@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:47:38 +1000 Subject: [PATCH] Typo in comment --- src/Optimisers/HilbertianProjection.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Optimisers/HilbertianProjection.jl b/src/Optimisers/HilbertianProjection.jl index e307851..3d436f2 100644 --- a/src/Optimisers/HilbertianProjection.jl +++ b/src/Optimisers/HilbertianProjection.jl @@ -222,7 +222,7 @@ struct HilbertianProjection{A} <: Optimiser !!! note The line search has been adjusted so that it is only enforced once the constraints - are within a set tolerance. This generally leads to better optimisation histories, especically + are within a set tolerance. This generally leads to better optimisation histories, especially for problems where constraints are far from saturation and the objective must decrease to improve the constraints.