-
Hi,
Thanks for open sourcing the code, this is great!
May I ask is there any corresponding literature for the code?
Thanks.
-
I found the article "OSTRICH-SWMM: A new multi-objective optimization tool for green infrastructure planning with SWMM" quite interesting and really want to run and test Ostrich-SWMM. As a start I wan…
-
The [scikit-optimize](https://github.com/scikit-optimize/scikit-optimize) library provides a wide range of optimization algorithms, with an "ask and tell" interface, similar to Nevergrad.
Creating …
-
One issue is that we're trying to fix all the properties at once, which might be too much. One idea is to find disjoint sets of properties: i.e. if two properties do not mention any of the same identi…
-
-
I am having a small example to do multi-objective optimization for given set of hyper parameters.
Here is the code:
```
algorithm= [0, 1, 2, 3]
archs=[0, 1, 2, 3, 4]
kernel=[0, 1, 2, 3, 4, 5]
n…
-
### Learning based Systematic Literature Review (For Ph.d)
Current Baseline Approach:
Searching + filtering, then linear review.
- [Barbara Kitchenham, O. Pearl Brereton, David Budgen, Mark Turner, J…
-
I recently found out, that a model can be set up using `objective_weighting` parameter, which is used in `SimpleFlowBlock`, `NonConvexFlowBlock` and `SinkDSM` component.
First I thought, that this is…
-
In the NAF study, there are optimizers that work on fixed bore profiles: Grouped-hole position & size, and Hole size and position. However, because they also change bore length, there is the potential…
-
Currently CI runs fail with the following errors.
```
======================================================================
ERROR: test_black_box_search.test_black_box_search_from_dicts
-------…