Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.6K Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Issue with solving an optimization model using FindMaximum and mismatch the result from a paper

Posted 10 months ago
3 Replies

After some plotting, like

Plot3D[F[d, n], {d, 0, 8}, {n, 0, 1/2},
 PlotRange -> {-1, 2500000}]

I come to suspect that the maximum is attained near d=4 and n=1/100. Using these values as starting points I get

In[172]:= FindMaximum[F[d, n], {{d, 4}, {n, 1/100}}]

Out[172]= {1.94398*10^6, {d -> 4.00704, n -> 0.0125096}}

I don't know if these are sensible values for your problem.

POSTED BY: Gianluca Gorni
Posted 10 months ago
POSTED BY: Bill Nelson
Posted 10 months ago
POSTED BY: Shafa Hananta
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard