-
**Objective**
Define the aim and goals of the Wind Turbine Optimization project to guide the development of a predictive maintenance recommendation model. The aim is to enhance turbine reliability an…
-
# Gas Optimizations
The following sections detail the gas optimizations found throughout the codebase. Each optimization is documented with the setup, an explainer for the optimization, a gas report …
-
Optimizers may work better if they are stateful. For example, an optimizer that works on a weighted average of metrics may cope better with fluctuations than a stateless optimizer.
The current struct…
-
In practice, some outputs of a workflow may be very voluminous but of low value to persist beyond immediate execution, and it would be useful to be able to tag such cases, say, with a hint for workflo…
-
In the rASR matlab implementation, the geometric median is euclidean.
For now, python RASR uses also the euclidean geometric median (with the different optimization method though).
We might want …
-
If `x` is a `reflect.Value` value and it is not the zero `Value`, `x.Kind()` can be used instead of `x.Type().Kind()`.
There are many places in the standard library where this replacement can be do…
-
### Is your feature request related to a problem? Please describe.
I am using _scipy.optimize.differential_evolution_ to optimize the initial parameters of a non linear numeric model, where the evalu…
-
# topology
running the tiup playground on my laptop. 1 TiKV, 1 TiDB and 1 PD.
# workload
using sysbench to create one database consist of 32 tables. There're 10000 records in each table.
```
sy…
-
Dear Vardhah:
Actually, once everything is installed, if I didn't make a directory ./cad_sim/stl_repo and copy ./cfd_sim/stl_cfd/swordfish1.stl to ./cad_sim/stl_repo, when I run 'main_bo.py…
-
hi,
I‘m learning to pvanet, using the caffe of pvanet version to other task. In the testing process, I'm using multi-scale tests, reporting 'out of memory'. Through to compare with the origin ca…