Chelsea Sidrane

Results 17 issues of Chelsea Sidrane

I am trying to solve a mixed-integer uncertain program. I can solve a deterministic instantiation of this uncertain program using JUMP, easily. However, when I generalize this program using uncertain...

Is there any example code / tutorial demonstrating how I can use e.g. UCB Exploration via Q-Ensembles together with the rest of the pieces of the library?

Can I import frozen networks that were trained with the Python API? These are saved as .pb files. I saw this in the documentation: "The Python variable checkpointer and Julia...

Here is a minimal example: ``` julia> Int64(9) < Basic("10") true ``` but: ``` julia> max(Basic(6.), 9) ERROR: MethodError: no method matching isless(::Int64, ::Basic) Closest candidates are: isless(::Union{Number, Dates.AbstractTime}, ::IntervalSets.ClosedInterval{T}...

What is happening here? ``` julia> Basic(:(v_2 ≤ v_3)) ERROR: Base.Meta.ParseError("v_2 ≤ v_3") Stacktrace: [1] throw_if_error at /Users/Chelsea/.julia/packages/SymEngine/lLmHe/src/exceptions.jl:5 [inlined] [2] convert(::Type{Basic}, ::String) at /Users/Chelsea/.julia/packages/SymEngine/lLmHe/src/types.jl:51 [3] Basic at /Users/Chelsea/.julia/packages/SymEngine/lLmHe/src/types.jl:93 [inlined] [4]...

I would like to do some proofs of the form: f is an uninterpreted function fp is the derivative of f -- an uninterpreted function such that fp(x) = df/dx...

This is my error message....can any kind soul help? ``` julia> load("run_data/run_23903.jld2") ┌ Warning: read type Tuple{Vector{NamedTuple{(:copy_time, :sample_holds, :sample_time, :holds, :dt1, :dt2, :CE_1, :CE_2, :CE_r1, :CE_r2, :setup_plus_solve_time, :cell_time), Tuple{Float64, Bool,...

help wanted

I am trying to use BSON. I have some custom data types in my project so I thought I'd use the @__MODULE___ option, but sadly both with and without, I...

In engine/set/Star.m, I am experiencing an error when the return type of the getBox() method returns ``` [] ``` instead of a ``` Box ``` object, which causes a failure...

What is the best way to cite NLSolve in an academic publication?