-
As a first step to adding actual gameplay, the player should be able to obtain, organize, and use resources, so to allow that, we will need to give the player an inventory. Implementing this is somewh…
-
I'm using `drms 6e-4 dmax 1e-3` criteria for optimization (which were taken from ORCA's `TightOpt`), and I've got into situation where optimization got stuck in endless loop with energy slowly climbin…
-
The goal is to be able to combine into a single dataset output produced by indexing and blasting several non-intersecting fasta files
1. Require that IIDs for each run are generated with offsets …
-
**Summary of Meeting**
1. If we want to implement better threading (without multiple processes), Drake's MonteCarlo code that Calder implemented should be informative.
2. We need to compare irs_lqr…
-
Hey there friends of JSO!
@adrhill and I have been hard at work on two autodiff toolkits which you might find useful:
- [DifferentiationInterface.jl](https://github.com/gdalle/DifferentiationInt…
-
## Goals:
1. All errors should be forward-compatible
2. To avoid `unreachable!()` calls functions should only return error variants that can actually happen; catch-all errors may be provided to he…
-
Currently all our modelling is based on stopping locations. However, with big movements many birds may pass over cells without stopping. To answer the question how many birds pass through a cell (or…
-
There is interest in developing a native C++ implementation of the algorithms in prima. While there are C bindings for the Fortran library, being able to incorporate the algorithms into C++ projects n…
-
I think hyperswarm would be great match for IoT devices.
Currently you usualy need cloud to control your smart light bulbs and/or domestic heating.
But with hyperswarm it would be possible to contro…
-
Is there a way to update the color BuffetAttribute from a BufferGeometry ?
``
geometry = BufferGeometry(attributes=dict(
position=BufferAttribute(pList),
color=BufferAttribute(cList),
)…