I optimized a function and I want to use the value.
The answer I got is [4.77011197468878567, [alpha = 1.43792823465135400]] and I want to use the alpha for plotting but I don't know how to extract it.
I optimized a function and I want to use the value.
The answer I got is [4.77011197468878567, [alpha = 1.43792823465135400]] and I want to use the alpha for plotting but I don't know how to extract it.
You can utilize that with the
evalcommand, to evaluate-at-a-point (ie, substitute, mathematically).