Nonconvex.jl icon indicating copy to clipboard operation
Nonconvex.jl copied to clipboard

Fix inconsistency in doc

Open pizhn opened this issue 4 years ago • 3 comments

pizhn avatar Aug 23 '21 18:08 pizhn

Just renamed LS1 to LocalSearch and fixed some docs, will that be confusing because it sounds just like a local optimization method but its actually global.

pizhn avatar Aug 24 '21 18:08 pizhn

Codecov Report

Merging #114 (83fa612) into master (07e70ad) will not change coverage. The diff coverage is 88.88%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   70.69%   70.69%           
=======================================
  Files          37       37           
  Lines        2962     2962           
=======================================
  Hits         2094     2094           
  Misses        868      868           
Impacted Files Coverage Δ
src/Nonconvex.jl 100.00% <ø> (ø)
src/algorithms/mts.jl 95.68% <88.88%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 07e70ad...83fa612. Read the comment docs.

codecov-commenter avatar Aug 24 '21 19:08 codecov-commenter

Please move the renaming to NonconvexSearch then update the docs here.

mohdibntarek avatar Sep 04 '21 16:09 mohdibntarek