-
Hi,
I am trying to optimize the difference between two entropy expressions (which, we can prove is convex). The code is as follows:
```
using Distributions
using Convex
mx = 2
ms = 2
px = Binomia…
-
I installed octomap using sudo apt-get install ros-kinetic-octomap
then tried to install octovis using:
sudo apt-get install ros-kinetic-octovis
it shows E: unable to locate package
What could b…
-
Continuing the discussion from #4, this package would be a good addition for JuliaOpt. Here's a checklist of what needs to be done:
- [ ] Seamless install using BinDeps
- [ ] binaries (of asl and am…
-
This one is harder. Needs some sort of optimization.
$\min{ I[ Z : {X_i}] : B[{X_i} | Z] = 0 }$
-
## Your Environment
- Operating System and version: Ubuntu Mate 16.10
- Compiler: gcc 5.4.0
- PCL Version: 1.7
![ajuste 1 y 7 limpios](https://cloud.githubusercontent.com/assets/532414/16949314/6fa91…
-
To the best of my knowledge this is not in the literature anywhere. Is equivalent to the generative complexity in computational mechanics:
$\min{ H[Z] : B[{X_i} | Z] = 0 }$
This is similar to the Wy…
-
In my package [MinFinder](https://github.com/Ken-B/MinFinder.jl) I use `Fminbox` to generate many local searches. Starting with `Optim` to v0.5.0 I notice a problem with `hz_linesearch!` on the Rastri…
Ken-B updated
8 years ago
-
Add module for objective functionals for primal-dual formulations of optimization problems.
Properties:
- convex conjugate
- proximal operator
- separable sum
- gradient
EDIT @kohr-h: gradient added
-
Posting to help any future GPkit'ers debug.
I have a GPkit model (`casey.py`) that prompts the following error/traceback when solved with `cvxopt`:
``` python
$ ipython casey.py
C:\Python27\lib\site…
-
``` julia
Pkg.add("BlackBoxOptim"); Pkg.checkout("BlackBoxOptim"); Pkg.test("BlackBoxOptim")
```
gives
```
ERROR: LoadError: FactCheck finished with 2 non-successful tests.
in exitstatus() at /Us…