Multi-unit production planning with integer and continuous variables

버전 1.1.0.0 (29.7 KB) 작성자: SKS Labs
An optimization test suite involving 162 integer and 108 continuous variables
다운로드 수: 62
업데이트 날짜: 2018/6/16

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).

Each of them has the following format

[ F, XCorrected] = case1(X);

Input: population (or solution, denoted by X) and its
Output: (i) the corrected population (denoted by XCorrected), and
(ii) the objective function value of the corrected population members (F). X is corrected to XCorrected as most algorithms fail to satisfy the complex constraints and XCorrected is not worse to X.

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(ca);

Input: ca 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).

All cases (Case1 to Case 8) have a problem dimension of 270 variables. The first 162 variables are integer whereas the remaining 108 variables are continuous. If the first 162 values are continuous, these are rounded to the nearest integer using the round function of MATLAB.

Note:
(i) The inbuilt optimization algorithms in MATLAB require that the objective function file return only the values of the objective function and cannot be directly used to solve these problems.

(ii) Conventionally, the algorithm provides the solutions (X) and requires the objective function values (F). But in these problems, in addition to F, the corrected solutions (XCorrected) are provided by the objective function file.

(iii) The current best known solutions (rounded to two decimals), using computational intelligence algorithms, are
Case 1: -722.71; Case 2: -852.69; Case 3: -1284.40; Case 4: -1510.85
Case 5: -734.66; Case 6: -844.35; Case 7: -1257.14; Case 8: -1481.30

(iv) 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.

(v) 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: S.S. Chauhan, et al., A novel strategy for the combinatorial production planning problem using integer variables and performance evaluation of recent optimization algorithms, Swarm and Evolutionary Computation (2018),
https://doi.org/10.1016/j.swevo.2018.04.004

인용 양식

SKS Labs (2024). Multi-unit production planning with integer and continuous variables (https://github.com/SKSLAB/Multi-unit-production-planning-with-Integer-and-continuous-variables), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Problem-Based Optimization Setup에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.1.0.0

updated file and description.

1.0.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.