Skip to content

Commit

Permalink
230911.124323.HKT chang matcutest/matcutest_compiled to equipez/matcu…
Browse files Browse the repository at this point in the history
…test_compiled
  • Loading branch information
zaikunzhang committed Sep 11, 2023
1 parent f8794a3 commit fb46fa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ However, such refactored code is far from what is desired, because it inherits c
the structure and style of Powell's code except for the layout. Significant modifications are needed
to reorganize (indeed, to **rewrite**) the code. To maintain the faithfulness and quality of the
reference implementation, extensive tests are conducted after each and every tiny modification,
using the [CUTEst](https:/ralna/CUTEst) problems via [MatCUTEst](https:/equipez/matcutest).
using the [CUTEst](https:/ralna/CUTEst) problems via [MatCUTEst](https:/matcutest/matcutest).
The tests do not only verify the faithfulness of the implementation but also check that **the solvers
behave properly even if they are invoked with improper inputs or [encounter failures of function
evaluations](https:/libprima/prima/blob/main/matlab/tests/private/tough.m)**.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function cmpaths = locate_matcutest(directory)
%This function finds where MatCUTEst (https:/equipez/matcutest) is installed, adds the
%This function finds where MatCUTEst (https:/matcutest/matcutest) is installed, adds the
% paths needed for using MatCUTEst, and returns these paths in a cell array.
% We search at most 3 levels below the given directory, whose default value is the home directory.
% N.B.: As of 202301, MatCUTEst supports only Linux.
Expand Down
2 changes: 1 addition & 1 deletion matlab/tests/private/locate_matcutest.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function cmpaths = locate_matcutest(directory)
%This function finds where MatCUTEst (https:/equipez/matcutest) is installed, adds the
%This function finds where MatCUTEst (https:/matcutest/matcutest) is installed, adds the
% paths needed for using MatCUTEst, and returns these paths in a cell array.
% We search at most 3 levels below the given directory, whose default value is the home directory.
% N.B.: As of 20230512, MatCUTEst supports only Linux.
Expand Down

0 comments on commit fb46fa1

Please sign in to comment.