Description of graphsp_IP_res.mMatlab syntax
>> out = graphsp_IP_res(Lp,E,Q,R,gamma,opts); Matlab function graphsp_IP_res.m takes the problem data and the input opts and returns the solution to the sparsity-promoting optimal control problem for growing connected resistive networks. Input opts allows users to specify the following parameters
opts.method specifies method used for computing search directions
If opts argument is omitted, the default values are set to:
The output out is a structure that contains
Description of graphsp_proxN_res.mMatlab syntax
>> out = graphsp_proxN_res(Lp,Ec,R,gamma,opts); Matlab function graphsp_proxN_res.m takes the problem data and the input opts and returns the solution to the sparsity-promoting optimal control problem for growing connected resistive networks. Input opts allows users to specify the following parameters
If opts argument is omitted, the default values are set to:
The output out is a structure that contains
Description of graphsp_proxBB_res.mMatlab syntax
>> out = graphsp_proxBB_res(Lp,Ec,R,gamma,opts); Matlab function graphsp_proxBB_res.m takes the problem data and the input opts and returns the solution to the sparsity-promoting optimal control problem for growing connected resistive networks. Input opts allows users to specify the following parameters
If opts argument is omitted, the default values are set to:
The output out is a structure that contains
Description of run_graphsp_res.mMatlab syntax
>> run_graphsp_res; Matlab script run_graphsp_IP_res.m allows users to:
Please set flag_p to:
We set the sparsity-promoting parameter to , where identifies the value of for which all edge weights in the controller graph are equal to zero. You can specify other values of in the code. run_graphsp_IP_res.m gives:
Description of run_proxBB_proxN_resMatlab syntax
>> run_proxBB_proxN_res; Matlab script run_proxBB_proxN_res allows users to:
Please set flag_p to:
We set the sparsity-promoting parameter to , where identifies the value of for which all edge weights in the controller graph are equal to zero. You can specify other values of in the code. run_graphsp_IP_res.m gives:
Description of run_graphsp_IP_res.mMatlab syntax
>> run_graphsp_IP_res; Matlab script run_graphsp_IP_res.m allows users to:
Please set flag_p to:
We set the sparsity-promoting parameter to , where identifies the value of for which all edge weights in the controller graph are equal to zero. You can specify other values of in the code. run_graphsp_IP_res.m gives:
|