@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…
@glen wrote in StudioInfinity/dyna3#101 (comment):
Conversely when you adjust the location of any sphere, its curvature should remain constant…
I haven't thought about licensing since we talked about it at the very beginning of the project. This crowdsourced license guide, apparently curated by…
Renaming done, in commit f1865f8. I decided not to add the type alias Configuration for DMatrix<f64>, as discussed below
@glen wrote in StudioInfinity/dyna3#92 (comment):
We also settled on names Configuration for a raw collection of coordinates for everything,…
In the new Realization structure, the ConfigNeighborhood member could be called "outcome" or "output" or something -- it's name needn't just reiterate its type.
How about keeping the name…
@glen wrote in StudioInfinity/dyna3#92 (comment):
At the last meeting, we agreed to put the common code for examples where it makes the most…
During our meeting, we decided to name the structures like this:
pub type Configuration = DMatrix<f64>;
// a first-order neighborhood of a configuration
pub struct ConfigNeighborhoo…
What is currently called a Realization should perhaps just be called a Configuration -- if it is just coordinates, there's no guarantee that this data structure "realizes" any particular set of…
yes, we need sane names (i.e. not "mod.rs" for a file that has logging functions).
People who stare at Rust source trees all day will read the filename as common/mod.rs, which translates as…
The file
app-proto/run-exampleshas gotten more code-y in this PR, begging the question as to what command interpreter is intended to run it. Please rename it to make that clear from the file…