@glen wrote in StudioInfinity/dyna3#104 (comment):
OK, worked this time. Perhaps the first time I accidentally put a -0.25 into one of the A-C…
To help check whether we're following the same procedure: I'm setting distances in this order.
From
Huh: I don't get a line search failure. In fact, once I've set all the inversive distances except the A–C ones, I find that the A–C ones already have the desired values. This is consistent…
fill in each A-B, B-B, B-C, and C-C inversive distance at -0.25
Trying to reproduce now. There are no B–B inversive distance regulators; did you mean A–A?
@glen wrote in StudioInfinity/dyna3#103 (comment):
Wouldn't it be a solution to everyone's concerns to have a module
components, with a…
@glen wrote in StudioInfinity/dyna3#103 (comment):
Wouldn't it be a solution to everyone's concerns to have a module
components, with a…
@glen wrote in StudioInfinity/dyna3#103 (comment):
add_remove.rs has become too long and a bit diffuse in its content. The AddRemove component…
@glen wrote in StudioInfinity/dyna3#92 (comment):
Is it possible to make run-examples.sh work independent of the current directory when it is…
@glen wrote in StudioInfinity/dyna3#92 (comment):
Is it possible to make run-examples.sh work independent of the current directory when it is…
Is nbhd: tangent just a syntax for in essence renaming the nbhd member of a ConfigNeighborhood to tangent for use as a local variable?
Yes—this code [destructures](https://doc.rust-lang.or…