jump-dev / jump-dev/MathOptInterface.jl
Optional forward mode for jac/jac-vec products
- 主要语言
- Julia
- 星标
- 504
- 派生
- 101
- 平均合并
- 6 小时 26 分钟
- 30 天内合并 PR
- 22
描述
@amontoison observed that we could use forward mode for the jacobian and jacobian-vector products when the number of variables is less than the number of rows to get better performance than the current approach that uses reverse mode always.
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue does not name files or tests. Start by locating the jacobian and jacobian-vector product implementations and their reverse-mode differentiation path, then inspect existing tests or benchmarks for these products. Done means forward mode is selected when variables outnumber? the rows? Verify the issue's stated condition carefully, preserve correctness, and demonstrate the intended performance improvement.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia
- 领域
- performance
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 40/100