-
### Motivation
Requested by https://github.com/optuna/optuna/issues/2792
With this change, users will be able to implement multi-objective pruning algorithms easily. In addition, storing interme…
-
**Provide the solver name**
Laplace Gillespie Solver
**Link a paper or provide a reference for the described solver**
https://arxiv.org/abs/1601.01490
**Describe a usecase of the solver**
The…
-
MurmurHash, while relatively fast / dispersive / backwards compatible with Mash, is slower than some newer algorithms. Moving to xxHash should yield a ~2X speed improvement in the hashing portions of …
-
### Motivation
[Hill climbing](https://en.wikipedia.org/wiki/Hill_climbing) is a local search algorithm commonly used for optimization problems. The sampler based on the hill-climbing algorithm aims …
-
## Background
For future features, such as *re-exports*, and inline modules, we want an import system that has a concept of a module! One where `import foo::bar::baz` does not necessarily translate t…
-
It would be nice if the user could set the FOV algorithms to world wrap when it hits edges rather than stopping hard.
Tricky bits include how light will blend if it effectively comes from two directi…
-
### Is the feature request related to a problem? Please describe.
While not strictly a problem, it's definitely an experience issue for some users like myself. Strict chronological sorting means th…
-
### Description
iOS app crashes with an error regarding `cannot decode object of class (FirebaseAuth.UserInfoImpl) for key (NS.objects) because no class named "FirebaseAuth.UserInfoImpl" was found` o…
-
It is proposed to introduce raster collections into the EnMAP-Box data model to manage bigger sets of raster layers (e.g. EnMAP images for a whole country or continent) efficiently. By managing, we re…
-
### Motivation
In solving multi-objective hyperparameter optimization , the pareto front solution will be the output.
In order to select the optimal solution among the paretos, multi-criteria decisi…