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

Add tutorial for resolves

Open wenwen0231 opened this issue 2 weeks ago • 2 comments

This PR aims to add a comprehensive tutorial on how to setup efficient resolves on CPU & GPU.

wenwen0231 avatar Dec 08 '25 16:12 wenwen0231

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 99.77%. Comparing base (d714461) to head (d8cb1a8). :warning: Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #405   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          38       38           
  Lines        6586     6586           
=======================================
  Hits         6571     6571           
  Misses         15       15           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Dec 08 '25 17:12 codecov[bot]

Please get the docs to pass, so I can review

pulsipher avatar Dec 09 '25 15:12 pulsipher

Also, is there a way to avoid using DifferentialEquations in this tutorial? Including it, increases the documentation build time to 15 minutes (up from 7 minutes). Since we only do one re-solve, perhaps we can just provide manual measurements and say one could use DifferentialEquations, but we don't run it in the documentation to minimize precompilation time.

pulsipher avatar Dec 19 '25 16:12 pulsipher