Keisuke UTO

Results 6 issues of Keisuke UTO

I'm a heavy user of Convex.jl, but I often feel that I want some additional feature of it in comparison with CVXPY. (1) Parameters CVXPY has a "Parameters" feature that...

documentation

Hi. CVX supports power-related functions: * pow_abs(x,p) = |x|^p * pow_pos(x,p) = max{x,0}^p * pow_p(x,p) http://cvxr.com/cvx/doc/funcref.html These functions are often used for financial problems, like portfolio optimization. I think these...

feature request

Connecting remote Julia process is really useful, but I sometimes want to plot not in plot pane but in an external window. I think opening plot window outside of atom...

enhancement

I tried to locate pathdef.m to notebook root or userpath of matlab but that doesn't affect to change path of the matlab kernel. How can I automatically add custom path...

feature request
possible-magic

This package looks cool but I was not able to install for Julia 1.0. Do you have a plan to upgrade for Julia 1.0 myenv: ``` Julia Version 1.0.2 Commit...

Hi, I want to pass options arguments to OsilBonminSolver / OsilCouenneSolver by using JuMP API. ```julia model = Model(solver = OsilBonminSolver(OSOption("time_limit", 10.0))) ``` But it fails with "UndefVarError: symbol not...