Re: Problems with NMaximize.
- To: mathgroup at smc.vnet.net
- Subject: [mg69297] Re: Problems with NMaximize.
- From: "Nacho" <ncc1701zzz at gmail.com>
- Date: Tue, 5 Sep 2006 05:31:28 -0400 (EDT)
- References: <ed6935$jie$1@smc.vnet.net><eddqu1$40b$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hello.
Thanks for all your replies.
Peter Pein wrote:
> solution = NMaximize[{datarate, constr}, {r, l, nfec, d, q, i}]
> Out[3]=
> {1.24865*^7, {d -> 1924, i -> 16, l -> 3842, nfec -> 16, q -> 1, r -> 2}}
> In[4]:=
Unfortunately, the result is far from maximum.. I think I'll have to
make a brute-force algorithm to check all the possible paramters
Regards.