Skip to content
#

solver

Here are 822 public repositories matching this topic...

optaplanner
jcoupey
jcoupey commented Jun 3, 2021

When debugging/working on instances, it's often useful to compare number of routes in solutions. Of course this info is only a jq '.routes | length' call away, but it would be nice to have it directly available as summary.routes. This would also be similar to how we report the unassigned tasks and their number in summary.

mather

zzllrr mather(an offline tool for Math learning, education and research)小乐数学,离线可用的数学学习(自学或教学)、研究辅助工具。计划覆盖数学全部学科的解题、作图、演示、探索工具箱。目前是演示Demo版(抛转引玉),但已经支持数学公式编辑显示,部分作图功能,部分学科,如线性代数、离散数学的部分解题功能。最终目标是推动专业数学家、编程专家、教育工作者、科普工作者共同打造出更加专业级的Mather数学工具

  • Updated Jul 6, 2021
  • JavaScript
optimization-engine
djrakita
djrakita commented Oct 25, 2019

Hi! I am very new to Rust, so I apologize if this ends up being a naive question.

So, for my robot motion optimization application, I have created an objective function and gradient function in the required format using closures, but the closure types are FnMut’s rather than Fn’s. This leads to the compiler complaining since the OpEn library forces the objective and gradient functions to be F

Improve this page

Add a description, image, and links to the solver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the solver topic, visit your repo's landing page and select "manage topics."

Learn more