Feeds
提问
Kernighan-Lin Algorithm - Optimization Problem
I try to optimize a large scale problem with Matlab Toolboxes and i was thinking if K-L heuristic could be implemented. Is the...
11 years 前 | 0 个回答 | 1
0
个回答提问
How to express a constraint with fmincon
I want to use fmincon and i have this constraint: 0<x(1)<5 0<x(2)<5 0<x(3)<x(4) 0<x(4)<1 I use this syntax: ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Using Optimization Toolbox with unknown function.
I want to use optimization toolbox to optimize my input parameters but i don't have an objective function. The objective funct...
11 years 前 | 3 个回答 | 1
