-
I can connect to speaker if I specify the IP, e.g., `player = soco.SoCo("192.168.1.195")` works fine. However, both `soco.discover()` and `soco.discover(interface_addr='192.168.1.191')` return None.
…
-
Hi Oscar
I am trying to run an OutOfSampleMonteCarlo simulation and I have the following error:
```Julia
ERROR: MethodError: Cannot `convert` an object of type Tuple{Array{SDDP.Noise{Tuple{Int64…
-
I ran into an error with instantiating multistage models.
Taking the inventory example from the multistage chapter of Birge and Louveaux:
```julia
inventory_model = @stochastic_model begin
…
-
Right now we only model decision-hazard problems. We should probably add a vector for `nonanticipative` control variables. (Note that state variables can't be nonanticipative; if they are, there is a …
-
I've written a model using price states, and I'm trying to use the asynchronous cut generation, however, it throws the following error.
The error is being thrown at this section of the code:
`for …
-
## Environment
- Development Kit: ESP32-Wrover-Kit
- Kit version v3
- Module or chip used: ESP32-WROOM-32
- IDF version v4.0-dev-1136-g28f1cdf5e
- Build System: CMake
- Compiler…
-
Hi,
I have a question about randomness in the objective function. The following is my model's objective function:
```Julia
SDDP.parameterize(sp, support1, probability1) do ω
@stageobjective(sp…
-
I am unable to find the Amazon Machine image mentioned in the SRA documentation -ami-0d57e13fe62227b2e
In the EC2 console when I select AMIs from under images I get
"An error occurred fetching im…
-
The DRO computations currently assume equal probabilities for all scenarios as the nominal distribution. We can tweak the code to work around any user specified distribution.
-
Hi!
I have this error when I try to install gurobi pkg.
```
julia> Pkg.build("Gurobi")
Building Gurobi → `C:\Users\Laura\.juliapro\JuliaPro_v1.2.0-1\packages\Gurobi\TX8tY\deps\build.log`
┌ Erro…