Keisuke UTO

Results 5 comments of Keisuke UTO

I found that we can already use a Parameter mechanism by doing as follows: ```julia # Parameter # I'm jerous of Parameter in cvxpy # https://www.cvxpy.org/api_reference/cvxpy.expressions.html#parameter # we don't need...

Thanks for the comment. I don't have implementation-level knowledge in this time, but I asked how it is implemented in cvxpy to the author. Simply speaking, the implementation in cvxpy...

I guess these part of the implementation of cvxpy could be the clue. https://github.com/cvxgrp/cvxpy/blob/master/cvxpy/atoms/elementwise/power.py Line 119-128 ```python def __init__(self, x, p, max_denom=1024): p_old = p # how we convert p...

Thanks for the comment @rashedmyt. I tried to add path in startup.m by using "addpath" function. But unfortunately, the path was not added even though I reboot kernel and jupyterlab....

same problem on Chrome on Mac to connect jupyter on GCP