JeremyBois

Results 11 issues of JeremyBois

Hi, ## Description Adding an equality constraint silently break the optimization. Independent variables becomes `NaN` for all iteration steps (excepting the first one) breaking gradient computation too. ## Notes -...

Hi, ### Description I'm trying to use the **SLSQP** optimizer with equality and inequality constraints to port a code from python (using **scipy**) to C# (using [NLoptNet](https://github.com/BrannonKing/NLoptNet) **nlopt** wrapper). When...

Be able to constrained edges as required for finite element method.

enhancement
help wanted
triangulation
dataStructure

Add pathfinding support in primal and dual graphs.

enhancement
help wanted
triangulation

Check changes needed to include `Locate` and `Insert` methods in spherical mesh.

enhancement
triangulation

Currently triangulation use only vertical cuts and then sorting is needed. Using alternating cuts can remove the need for sorting if combine with quick-select median-finding partitioning algorithm (more at this...

enhancement
help wanted
triangulation

Be able to generate points in a grid. Also useful to test robustness of the algorithm.

enhancement
good first issue
generation

Add implementation of [Lloyd relaxation](https://en.wikipedia.org/wiki/Lloyd%27s_algorithm) to make cell more uniform.

enhancement
good first issue
triangulation
generation

[Format](https://people.eecs.berkeley.edu/~jrs/274f09/proj.html) used by [Triangle](http://www.cs.cmu.edu/~quake/triangle.html) software. Load inputs points and write triangles with reference to inputs points.

enhancement
triangulation
generation