Jacob Williams

Results 130 issues of Jacob Williams
trafficstars

Currently it doesn't properly handle reading a string cell that contains a delimiter. Figure out a way to do this.

enhancement

this was a sort of hack in the original code. Fixes #31

The `diff` function is a trick to check against the machine epsilon. Replace it with an actual test, and then we can eliminate this trick. See: https://fortran-lang.discourse.group/t/looking-at-some-old-code/4580

If continuing the integration after an event location, and also changing from default to fixed-step size, there is a slight issue. In this case, there is a possibility that the...

I think `>`, `=`, etc. might be harder to add. Would set True = 1.0, False = 0.0.

enhancement

The SWIG-produced Python interface doesn't work on a Mac with an Anaconda distribution of Python. A workaround is to add `-undefined dynamic_lookup` to the linker properties in `swig/CMakelists.txt` like so:...

I'm willing to spearhead a module or set of modules containing: * general constrained and unconstrained nonlinear optimization (sqp, global optimization, etc.) * nonlinear equation solving (newton, least squares, etc.)...

topic: mathematics