-
The engine currently lacks nonconvex collidable types (and, at the time of writing, also [most convex types!](https://github.com/bepu/bepuphysics2/issues/8)).
To support nonconvex types, we should …
-
## [On the Quality of the Initial Basin in Overspecified Neural Networks (2016)](https://arxiv.org/pdf/1511.04210.pdf)
### key ideas
- The parameter space of network could be partitioned into a …
-
i updating the R geometry library with the latest version of Qhull (pulled from github today), and I notice the following warnings when compiling:
```
d:/Compiler/gcc-4.9.3/mingw_32/bin/gcc -I"D:/R…
-
Creating an issue to have [Alpine.jl](https://github.com/lanl-ansi/Alpine.jl) appear in the list of optimization solvers in the table at juliaopt.org. Here are the ticks appropriate for Alpine.jl:
L…
-
Hi,
SVD for an `sdpvar `variable gives error
`>> svd(sdpvar(1,1))
Error using svd
First input must be single or double.`
If it is not supported, are there alternatives for calculating SVD…
-
Just installed cvxpy following the instructions on the website:
```sh
conda install -c conda-forge lapack
conda install -c cvxgrp cvxpy
```
And it failed the `nosetests`. I am using Ubuntu on W…
-
As mentioned in #48, I am working on a polyhedron library for Curv. The current state of that library is now available at https://github.com/p-e-w/curv-solids.
The main feature is a distance functi…
p-e-w updated
5 years ago
-
I just added Alpine to my fresh installation of Julia 1.1.1 but when trying to load it, I get error:
```
julia> using Alpine
[ Info: Precompiling Alpine [07493b3f-dabb-5b16-a503-4139292d7dd4]
ER…
-
The [documentation states](https://oemof.readthedocs.io/en/stable/oemof_solph.html#using-the-investment-mode) that
> At the moment the investment class is not compatible with the MIP classes NonConve…
-
Hi,
Why do I get different results each time I train the network on the s3dis dataset. Initially, I downloaded the code, followed the instructions and ran:
``
for FOLD in 1 2 3 4 5 6; do \
CUDA…