pycutest icon indicating copy to clipboard operation
pycutest copied to clipboard

Python interface to CUTEst

Results 15 pycutest issues
Sort by recently updated
recently updated
newest added

Hi, I updated my Mac OS system several days ago. When I run the PyCUTEst today, it returns some warnings and a Segmentation fault: ld: warning: directory not found for...

Amazing work @jfowkes. I would like to use the package in Ubuntu 20.04, with GCC 9.3 and gfortran 9.3 with default python 3.8. Upon running the ```bash python3 setup.py test...

**What does this PR do?** Functionally, it changes "need to create cache directory" to "can create a cache directory.

**Describe the bug** Although things work smoothly on Ubuntu, the compilation of problems cannot be done in parallel on macOS. **To Reproduce** I tried to run the following code: ```python...

bug
upstream

Resolves #68 Add interfaces for some new CUTEst routines for the (Fritz) John function, defined as $$ \mathcal{J}(x,\lambda_0,\lambda) = \lambda_0 f(x) + \langle \lambda, c(x) \rangle $$ For more details...

enhancement

The official CUTEst MATLAB interface has the sparse routines: ``` Tool CUTEst function Purpose -------------------------------------------------------------------------- sobj uofg / cofsg Evaluate objective function value and its sparse gradient if requested sgrad...

enhancement

CUTEst 2.2 added routines for the (Fritz) John function, defined as $$ \mathcal{J}(x,\lambda_0,\lambda) = \lambda_0 f(x) + \langle \lambda, c(x) \rangle $$ (for more details please see https://en.wikipedia.org/wiki/Fritz_John_conditions) The following...

enhancement

Hello, please can you help me with the following issue: Does the package support an interface to solve cutest problems with Knitro solver? Thank you.

question

Hello, please kindly help me resolve this error I got when calling "pycutest.import_problem( " " )" which is essential for getting the problems KIndly see the screen-shot below ![image](https://github.com/jfowkes/pycutest/assets/60033244/363b104a-ec28-4629-ad23-c27b6919b3e5)

question

1.How to set M? Do I need to keep M? 2.The second question is, why can't I find the minimum using Newton's method? Is it because the problem is more...

question