-
Good Evening,
I'm having issues compiling the manager from source. I am running on MacOS, 10.14.3. The compilation fails after this line:
`[ 66%] Building CXX object CMakeFiles/refpropmanager.di…
-
Issue created by migration from Trac.
Original creator: alexho
Original creation time: 2017-06-30 08:21:58
Assignee: ipopt-team
Version: 3.12
Hello,
I use the MatLab interface for the ipopt impl…
-
-save_pws_state_quadrotor.m doesn't find an optimal solution for fmincon. Even setting MaxFunctionEvaluations to 300k yielded no result.
- save_pws_input_quadrotor fails due to some bug in compute_pw…
-
Issue created by migration from Trac.
Original creator: Pierfrancesco
Original creation time: 2016-04-20 12:38:36
Assignee: ipopt-team
Version: 3.3
Hi, I am setting up an optimization problem, wi…
-
- [x] clean examples, publish and integrate in sphinx
- [x] investigate compatibility with Octave
- [x] qMRLab change window position on opening
- [ ] add push button on Protocol Optimization plot …
-
Similar code as [my previous issue](https://github.com/jonathancurrie/OPTI/issues/9#issue-417827029), but different optimizer: I use `filterSD`, which works very well for this particular problem. If i…
-
Someone added an errorType key/value pair to the fitResponse method but did not comment it.
This parameter is passed to the fitError method of the subclass when computing the final error, but does …
-
The kinematic methods (e.g. RelativePosition) only return first derivatives so far. Twan makes a compelling case that we should not implement dJ, but rather have a means to compute Jdot*v directly. …
-
```
clear;
close all;
clc;
n = 10;
d = 2;
p = 3;
A = rand(n,d);
b = rand(n,1);
x = sdpvar(d,1);
t = sdpvar(n,1);
cons = [x'*x==1, -t
-
I'm testing out BayesCCE for deconvolving genotypes in several pooled samples, and on simulated data, I have a matrix
X -- 5,000 site x 96 sample matrix of SNP abundances
s.t. X = T*A,…