Multi-unit production planning with integer and continuous variables (absolute distance penalty)
This submission can be used to evaluate the performance of optimization techniques on problems with integer and continuous variables. This optimization problem arises for maximization of profit in production planning. However these files can be used as black-box optimization problems.
There are eight minimization optimization problems in this suite (case1.p, case2.p, case3.p, case4.p, case5.p, case6.p, case7.p and cas8.p). All the cases have a problem dimension of 270 variables. The first 162 variables are integer (if not, then rounded using MATLAB inbuilt round function) whereas the remaining 108 variables are continuous.
Each of them follows absolute distance penalty approach and has the following format
[ F ] = case1(X);
Input: population (or solution, denoted by X) and its
Output: objective function values (F) of the population members.
The file ProblemDetails.p can be used to determine the lower and upper bounds along with the function handle for each of the cases.
The format is [lb, ub, fobj] = ProblemDetails(n);
Input: n is an integer from 1 to 8.
Output: (i) the lower bound (lb),
(ii) the upper bound (ub), and
(iii) function handle (fobj).
The file Script.m shows how to use these files along with an optimization algorithm (SanitizedTLBO).
Note:
(i) The absolute distance penalty comes in while handling domain hole constraint, which is the minimum between absolute of Xj and (Xj-lj). Here Xj refers to the jth dimension of solution and lj refers to minimum non-zero production level.
(ii) Case 1 - 4 have the same problem structure but employ different data; Case 5 - 8 has same set of data as compared to Case 1 - 4, but do not employ a certain feature (flexible) of the problem.
(iii) The objective function files are capable of determining the objective function values of multiple solutions (i.e., if required, the entire population can be sent to the objective function file).
Reference: Sandeep Singh Chauhan, Prakash Kotecha,A novel strategy for the combinatorial production planning problem using integer variables and performance evaluation of recent optimization algorithms, Swarm and Evolutionary Computation,2018.
Zitieren als
SKS Labs (2024). Multi-unit production planning with integer and continuous variables (absolute distance penalty) (https://github.com/SKSLAB/Multi-unit-production-planning-with-integer-and-continuous-variables-absolute-distance-penalty), GitHub. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Mathematics and Optimization > Optimization Toolbox > Problem-Based Optimization Setup >
- Engineering > Industrial Engineering > Production Planning >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Versionen, die den GitHub-Standardzweig verwenden, können nicht heruntergeladen werden
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |
|