-
Like we briefly discussed durning the open development meeting, I think it would be great to start our brainstorming what we want to enable in Relax. I sketched some of my thoughts on existing appro…
-
> Hello,
> I was wondering whether it is among your plans (and whether it is possible to implement) to add protein mixture models to RaxML, particularly C10-C60 (http://bioinformatics.oxfordjournals.o…
-
My most common use-case when applying CMA-ES in Python or Octave looks something like this
```
import cma
res = cma.fmin(some_function, 20 * [1], 1)
cma.plot()
```
If the optimization takes longer, …
-
### Feature description
#### Description:
We aim to enhance our repository by including a comprehensive list of game theory algorithms. This addition will provide valuable resources for users inte…
-
This is an idea from @robert-haas on a discord channel.
The original moses created combo trees out of the arithmetic ops (plus, minus, times, divide) the boolean ops (and/or/not) and a few others (…
linas updated
2 years ago
-
https://arxiv.org/abs/1808.05377
-
Dear beloved OpenMole community,
as part of the general principles of reproducible research, for which OpenMole is so much valuable, the generation of graphs and other descriptive statistics would …
-
Hi! Great project!
After getting dependencies installed, the download went without errors. But I'm wondering about the result...
https://link.springer.com/search?facet-content-type=%22Book%22&…
-
I noticed the Hyperparameter Tuning portion of RiverML is marked `ToDo`. With the exception of `SuccessiveHalving`, does anyone have any libraries that are easily compatible with River? I found `SpotP…
-
# 1.3 Elements of Reinforcement Learning
- *Policy*
- A policy defines the learning agent’s way of behaving at a given time.
- Roughly speaking, a policy is a mapping from perceived states of…