Hi,
I wanted to use CUTEst as a standardized benchmark for my machine learning-based approaches using Python. However, calling Fortran routines sequentially on CPUs is inefficient.
To address this, I believe I need to know the underlying mathematical formulation (symbolic expressions of the objective and constraints) for each problem so that I can implement them natively and perform batched evaluations and gradient backpropagation on GPUs.
Do you know of any ways to do this? Also feel free to suggest any alternatives.
Many thanks!
Hi,
I wanted to use CUTEst as a standardized benchmark for my machine learning-based approaches using Python. However, calling Fortran routines sequentially on CPUs is inefficient.
To address this, I believe I need to know the underlying mathematical formulation (symbolic expressions of the objective and constraints) for each problem so that I can implement them natively and perform batched evaluations and gradient backpropagation on GPUs.
Do you know of any ways to do this? Also feel free to suggest any alternatives.
Many thanks!