Optimization Problem Modelling
- To: mathgroup at smc.vnet.net
- Subject: [mg48228] Optimization Problem Modelling
- From: scohen at cable.net.co (Sebastian Cohen S)
- Date: Tue, 18 May 2004 04:17:45 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello everyone: Has anyone ideas on how to use the ForAll function in order to model optimization problems using the NMaximize/NMinimize functions? One would think of using the Table function inside this optimization functions but this would require you to extract the brakets off the list generated by the table function. One way to do this extraction process would be to extract the elements using a For & Extract function but that make my problem code look unnatural/unelegant. Any ideas on how to use this powerful optimization algorithms that involve vectors, matrices & ForAll statements in an elegant manner? Thanks in advance, Sebastian Cohen S