How to solve optimization problem using matlab

1 回表示 (過去 30 日間)
Mohammad ALKHALAILEH
Mohammad ALKHALAILEH 2018 年 11 月 22 日
回答済み: Alan Weiss 2018 年 11 月 26 日
Proplem view:
I have number of task need to be executed in three differant locations.
Based on the located location for each task I can calculate ( Time, Cost, Energy).
How to find solution plan in which the optimization function is minimized?
My optimization objective is :
My constraints:
1- time for each task < deadline for that task
2- < available energy
Any suggestion to write the equations and which optimization techniqe can help to find the optimal execution plan

回答 (1 件)

Alan Weiss
Alan Weiss 2018 年 11 月 26 日
This sounds like a Linear Programming or Mixed-Integer Linear Programming Problem. Take a look at the examples in that section to see if any are close enough to adapt for your purpose. I would start by looking at the Fectory, Warehouse,Sales Allocation model, Problem-Based.
Alan Weiss
MATLAB mathematical toolbox documentation

カテゴリ

Help Center および File ExchangeProblem-Based Optimization Setup についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by