Metaheuristics for Solving Facility Location Optimization Problem in Lagos, Nigeria
Volume 3, Issue 6, Page No 319–323, 2018
Adv. Sci. Technol. Eng. Syst. J. 3(6), 319–323 (2018);
DOI: 10.25046/aj030639
Keywords: Metaheuristics, Facility Location Problem, Optimization
Facility location problem is a problem that many organizations still face today because of its increasing constraints and objectives. Decision makers want this problem solved in order to maximize profit and as such, it became a field of interest to many computer scientists over the years. The solution tool used by these scientists; a function of technological advancement, has evolved from the use of classical mathematical approaches to the use of metaheuristics. Some of the metaheuristics used include particle swarm optimization metaheuristics, genetic algorithm metaheuristics and tabu search. The problem considered in this research evolves the study of waste management in Lagos state. How the location of waste evacuation centers could be allocated in order to minimize resources such as transportation cost, facility cost, distance and the capacity of each centers. A mathematical model was developed that serves as a template for the algorithm used to solve the problem. Then particle swarm optimization metaheuristics was used to find the optimal solution in terms of capacity to the problem. Particle swarm optimization minimizes the use of memory and still gives a satisfactory solution. With the result obtained, respective agencies could make good decision as to the best location to build a new facility.
1. Introduction
The study of facility location problem, also known as location analysis, is a branch of operations research and computational geometry concerned with the optimal placement of facilities to minimize resources such as cost, time, distance, etc. In most cases, the cost minimized is transportation cost. There are different areas facility location problem could be considered. These areas may include logistics facilities, warehouses, farm facilities, police stations etc. For this project, we considered a waste management facility known as evacuation centers. Waste generated from the residents at the state are dumped at the evacuation centres where it is recycled. We chose the waste management facility problem because of the way it affect our environment especially the Lagos state government. The state is very keen to the management of waste generated because of her thriving effort to becoming a green state. In this effort, the government has employed private own company known as Visionscape for the management of her waste. We have approximately 21 million people living in Lagos state and quite a large amount of waste are generated in the state daily. When the waste are not well managed based on poor allocation of the evacuation centres this could lead to air pollution of the environment. However, selecting locations out of the blues are not best measures to obtain a reasonable result. Hence, after the study of major works done on facility location, we embark on finding scientific ways of solving the problem that will give a satisfactory result. This led to the use of metaheuristics.
Metaheuristics is a higher-level procedure or heuristic designed to find, generate, or select a heuristic (partial search algorithm) that may provide a sufficiently good solution to an optimization problem, especially with incomplete or imperfect information or limited computation capacity. Examples of metaheuristics are particle swarm optimization (PSO), hill climbing, simulated annealing, tabu search, genetic algorithm, etc. Figure 1 shows the classification of metaheuristics. Different analysis have been used over the years for these classes to be obtained and presented as a clear cut direction [1].
2. Related Literature
Over the past decades, the study of facility location problem has grown even more popular, not only in the academic literature but also in practice. Facility location problems are often strategic in nature and entail long-term decisions, exposing firms to many uncertainties during the operational lifetime of a facility. When solving such problems, a firm may have to determine the number of facilities to open, their locations, and their capacities. Because
Figure 1: Classification of metaheuristics.
of the high fixed costs incurred in changing a network of facilities, a firm may be limited in the frequency in which it re-examines these strategic decisions. After determining its facility network, the firm is often relegated to making operational decisions such as determining production quantities, service levels, and allocation of supply to demand. Thus, facility location problems often have a two-stage approach to solving them, location followed by evaluation. Facility location problem belongs to the class of a combinatorial optimization problem [2].
The 17th Century marks the beginning of the facility location problem which was considered as a classical mathematical problem [3]. As time went on, it became an interest to many scientists and researchers because of how it relate to real life issues. Also, various aspect of facility location problem have been considered by earlier scientist ranging from customer facility management to logistics management. [4]. However, the problems are majored on customer and warehouse facility. Also, facility location problem is further considered as capacitated [5, 6, 7] and uncapacitated [8]. Capacitated in terms of considering the size of the facility involved or the ability of the facility to manage other entities involved like customer adequately. While uncapacitated doesn’t consider the size of the facility, it assumes the facility could always manage the entities involved. Both capacitated and uncapacitated were considered by Bumb and March [9].
Mauricio and Renato presented a multistart heuristic for the uncapacitated facility location problem [10]. The method used combines elements of several other metaheuristics, such as scatter and tabu search (which make heavy use of path-relinking) and genetic algorithms (that deals with the notion of generations) to proffer solutions.
In order to have a good understanding of the various state of facility location problems, Andreas et al. [11] studied continuous location models, network location models, mixed-integer programming models, and applications of facility location problem. In [12], the author proposed particle swarm optimization, simulated annealing and iterated local search metaheuristics for solving facility location problem that has to do with the health sector. The problem was modelled and the experimental results show that the proposed algorithms reach acceptable performances in a reasonable computation time. In [13], the auhtors considered forty hospitals and three candidate municipalities in the sub-northeast region of Thailand, and considered multiple factors such as infrastructure, geological and social & environmental factors, and calculating global priority weights using the fuzzy analytical hierarchy process (FAHP). Also, a new multi-objective facility
location problem model which combines FAHP and goal programming (GP), namely the FAHP-GP model, was tested. Their proposed model led to selecting new suitable locations for infectious waste disposal by considering both total cost and final priority weight objectives. The novelty of the proposed model is the simultaneous combination of relevant factors that are difficult to interpret and cost factors which require the allocation of resources.
From the above literature, facility location problems cut across different horizon of research, and few research have provided an overview of the models and algorithms that are applied to the optimization in solving facility location problem that has to do with waste management.
3. Methodology
In this paper, we studied the problem of allocation of new evacuation centres at different potential locations such that it could manage the local government areas assigned to it in relation to the existing potential locations. The major entities are evacuation centres, potential location and local government areas. Evacuation centres are spaces where wastes are dumped and recycled. Whereas, potential locations are the positions where a facility can be allocated. Finally, the waste are generated from the local government areas in a particular city. The problem was well formulated following the principles that governs optimization model. The objective of the optimization model is to minimize the total cost of evacuation sites to be located, chosen among a set of candidate locations. Such objective ensures not only the reduction of the visual impact due to the presence of collection sites, but also the reduction of the overall cost related to the collection phase. Following below are the indices, parameters and decision variables for the model.
3.1. Definition of model components
INDICES:
- = is the index of each potential location(Town) in the state, = 1,2,…m (m=3)
- = is the index of each Evacuation Center, = 1,2,…n (n=2)
- = is the index of each Local Government Area (LGA), = 1,2,…t (t=21)
PARAMETERS:
- = is the facility cost (Naira)
- = is the weight of the factor affecting a location
- = is the transportation cost between the potential location and LGA(Naira)
- = is the distance between the potential location and LGA(km)
- = is the size of each evacuation center
- = is the quantity of refuse generated by a LGA
DECISION VARIABLES:
- = is a binary variable where it is 1 if the LGA is served by Potential Location and 0 if not served
- = is a positive integer value where it is 1 if the Potential Location is selected and 0 if not selected
- = is a binary variable where it is 1 if the Potential Location is opened by selecting Evacuation Center and 0 if otherwise
Equation (1) is the objective function which is defined to minimize the total cost based on the facility cost, factors affecting the potential location and the transportation cost. Equation (2) ensures that the demand of each LGA is met. Equation (3) ensures that the sum of service by the LGA does not exceed the capacity of the Evacuation Center. Equation (4) ensures that the selected LGAs must use k-size Evacuation Centers. Constraints (5), (6) and (7) are binary decision variables. From this model, we applied particle swarm optimization technique to proffer an optimized solution on the capacity for each evacuation centers. For the PSO algorithm the following parameters below were used in relation to what was used by Jordanski:
- Initial weight w = 0.9
- Number of particles = 40
- Cognitive constant c1 = 2
- Social constant c2 = 2
- Maximum velocity vmax = capacity_range[0]
- Minimum velocity vmin = capacity_range[1]
Pseudocode 1: To find the optimal location for the evacuation centers
- Initialize Parameters, Decision Variables and Indices
- For (All number of Locations) {
For (All number of LGA) {
ObjCost FacilityCost + WeightCost + TransportationCost
}
ObjCostRow [ ] ObjCost
- }
- MinObjCost sort(ObjCostRow)
- MinCapacity Pso(Capacity)
- Return MinObjCost, MinCapacity
Pseudocode 1 shows the steps involved to solve the facility location problem for the evacuation center. All the parameters, decision variables and indices where initialized. An iteration was done to get the mapping for the potential location to their respective local government area (LGA). This will enable us generate the network analysis for the problem and find the minimum mapping that will guarantee a minimum cost based on all the criteria considered. The single cost for each mapping are placed in an array called ObjCostRow as shown above. It is sorted in an ascending order and pass to MinObjCost. The capacity generated for each evacuation center is passed to the PSO function which returns the minimal capacity for evacuation centers. Lastly, the result are displayed.
4. Application of the proposed methodology
The method was implemented with the PHP programming language and designed with web technologies such as HTML and CSS to make it easy for users to interact with. All the user needs to do is to supply the required parameters needed in the right form and the system validates the parameters provided and process it. Finally, the result is displayed to the user.
Figure 2: User interface for the parameters.
- Potential Location: This field requires the user to enter the number of potential location in consideration. The potential location is the location where the user desire to locate the facility. The value must be an integer.
- Evacuation Centre: This field requires the user to enter the number of evacuation center required to be allocated at the potential location. The value must be an integer.
- LGA: This field requires the user to enter the Local Government Area in the state where the refuse are coming that are to be managed by the evacuation center. The value must be an integer.
- Facility Cost: This field requires the user to enter the cost of building as the case may be at a particular potential location. The values are separated by a comma. The values must be a set of numbers and must correspond to the number of potential location set.
- Weight Cost: This field requires the user to enter the cost of the weight generated for each potential location. The weight is generated by considering the factors affecting each potential location. This factors may include geographical factor, closeness to raw materials, electricity, good roads, etc. The values are separated by a comma. Also, the values must correspond to the number of potential location set.
- Capacity Range: This field requires the user to enter the capacity search space for the problem. The capacity that is required to be managed for each evacuation center. This allows the user to know the required capacity to be considered for building a particular facility.
- Quantity: This field requires the user to enter the amount of waste in kilograms (Kg) generated by a particular LGA per day/month/year. The values could be a set of real numbers and separated by commas.
- Distance: This field requires the user to enter the distance from a particular LGA to a potential location in miles. The distance of the set of LGA is separated by commas and separated by a forward slash with respect to a particular potential location.
- Transportation Cost: This field requires the user to enter the transportation cost for each LGA to a particular potential location. The set of transportation cost are separated by commas and separated by a forward slash with respect to a particular potential.
We carried out 3 different experiment base on the number of potential locations, evacuation centers and local government areas. We shall be considering the operation of experiment one and give a summary of the three experiment.
Table 1: Parameters for Experiment 1
| m | n | t | |||
| 3 | 2 | 21 | 10,20,30 | 50,70,40 | 20,0 |
| 4,3,4,5,2,3,3,4,6,5,6,3,4,5,2,3,3,4,6,5,6 | |||||
| 2,1,2,3,4,5,6,6,8,8,9,9,1,2,1,2,3,3,3,3,2/
3,2,3,4,5,1,2,2,9,2,2,3,4,5,2,3,3,4,6,5,6/ 4,3,4,5,2,3,3,4,6,5,6,3,4,5,2,3,3,4,6,5,6 |
|||||
| 2,1,2,3,4,5,6,6,8,8,9,9,1,2,1,2,3,3,3,3,2/
3,2,3,4,5,1,2,2,9,2,2,3,4,5,2,3,3,4,6,5,6/ 4,3,4,5,2,3,3,4,6,5,6,3,4,5,2,3,3,4,6,5,6 |
|||||
Table 1 shows that we have 3 potential locations but we want to build only 2 evacuation centers that will minimize general cost (facility cost, transportation cost, and weight cost). Using the arbitrary parameters from Table 1, the objective function was generated following the operations described in Pseudocode 1 is shown in Figure 3.
Figure 3: Objective function result for experiment one.
From the objective function shown in Figure 3, we would see that the minimum cost is given by option 3. This option means the best selection would be facility A and B. The network analysis that gives this cost is shown in Figure 4. Hence, facility A would serve LGA (1,2,3,4,5,9, 13,14,15,16,17,18,19,20,21) while facility B serve LGA (6,7,8,10, 11,12).
Figure 4: Network analysis for experiment one.
Figure 5: Capacity for experiment one.
Figure 5 shows the capacity for the facilities. That is, the minimum quantity a facility should manage. The same process as explained in Section 4 was carried out for two different scenarios with respect to the potential location, evacuation center and LGA. The time duration was recorded to evaluate the scalabity of the solution in relation with time as shown in Figure 6 and 7.
Figure 6: Summary of the experiments.
From Figure 7, we could discover that the time duration compare to the other parameters is significantly small.
Figure 7: Graphical representation of the experiments.
5. Conclusion
In this project, facility location problem was considered in regards to optimization. The waste management facility serve as the underlying problem dealt with among several problems related to the facility location problem. This problem was chosen because of it adverse effect in the economy of Nigeria especially Lagos state. A redefined PSO was proposed in solving the problem which involves finding the best location to build a set of evacuations canters that would manage the waste gotten from several local government. As most common with facility location problem, the mathematical model to the problem was given which includes the objective functions and the set of constrains involved. Then a set of instances was used to test the model. The experimental result was gotten that shows the optimal solution to the problem. Hence, we have been able to develop a model that can be used to solve the facility location problem and proffer an optimized solution to the waste management facility location problem. The application developed can also accept other values which requires solution relating to the model worked on making it a flexible solution. Further research should be carried out in other problem areas like the police station facility location, farm facility allocation and any of those that could help in building the nation. Metaheuristics are very good tool in regards to problems that tends to be complex and are unable to be solve within a limited amount of time. However, they might not guarantee optimal solution in some cases. Hence, they must be applied carefully to solve a particular problem.
- E. G. Talbi, Metaheuristics – From Design to Implementation (John Wiley & Sons, New Jersey, 2009)
- S. Arifin. Location allocation problem using genetic algorithm and simulated annealing. A case study based on school in Enschede (Doctoral dissertation, Master’s thesis, the University of Twente, Enschede, the Netherlands, 92p) (2011)
- R. Guner and S. Mehmet. A Discrete Particle Swarm Optimization Algorithm for Uncapacitated Facility Location Problem. Journal of Artificial Evolution and Applications, (2008).
- R.H Ballau, Facility Location Decisions. In Business Logistics: Supply Chain Management (2004) 550-617
- Ling-YunWua, Xiang-Sun Zhang, Ju-Liang Zhang. Capacitated facility location problem with general setup cost. Computers & Operations Research, (2006).
- H. Pirkul and V. Jayaraman. A Multi-Commodity, Multii-Plant, Capacitated Facility Location Problem: Formulation and Efficient Heuristic Solution. Elsevier Science Ltd, (1997).
- Y. Ren. Metaheuristics for multiobjective capacitated location allocation on logistics networks (Doctoral dissertation, Concordia University, 2011).
- R. L. Francis, L. F. McGinnis and J. A. White, Facility Layout and location: an analytical approach (Pearson College Division, 1992).
- A. Bumb and W. K. March. A simple dual ascent algorithm for the multilevel facility location problem: Approximation, Randomization, and Combinatorial Optimization. University of Twente (2001) 55-63
- G. R. Mauricio and F. W. Renato. A hybrid multistart heuristic for the uncapacitated facility location problem. European Journal of Operational Research, (2005).
- A. Klose and A. Drexl. Facility location models for distribution system design. European Journal of Operational Research, 162 (2005) 4-29.
- M. Jordanski. Metaheuristic Approaches for Solving Facility Location and Scale Decision Problem with Customer Preference. IPSI Bgd Internet Research Society, 13 (2017).
- N. Wichapa, P. Khokhajaikiat. Solving multi-objective facility location problem using the fuzzy analytical hierarchy process and goal programming: a case study on infectious waste disposal centers. Elsevier Science Ltd, (2017).
- Vikas Thammanna Gowda, Landis Humphrey, Aiden Kadoch, YinBo Chen, Olivia Roberts, "Multi Attribute Stratified Sampling: An Automated Framework for Privacy-Preserving Healthcare Data Publishing with Multiple Sensitive Attributes", Advances in Science, Technology and Engineering Systems Journal, vol. 11, no. 1, pp. 51–68, 2026. doi: 10.25046/aj110106
- Kohinur Parvin, Eshat Ahmad Shuvo, Wali Ashraf Khan, Sakibul Alam Adib, Tahmina Akter Eiti, Mohammad Shovon, Shoeb Akter Nafiz, "Computationally Efficient Explainable AI Framework for Skin Cancer Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 11, no. 1, pp. 11–24, 2026. doi: 10.25046/aj110102
- Chiang Ling Feng, "Optimization of Sheet Material Layout in Industrial Production Using Genetic Algorithms", Advances in Science, Technology and Engineering Systems Journal, vol. 10, no. 5, pp. 51–65, 2025. doi: 10.25046/aj100506
- Marco I. Bonelli, Jiahao Liu, "Revolutionizing Robo-Advisors: Unveiling Global Financial Markets, AI-Driven Innovations, and Technological Landscapes for Enhanced Investment Decisions", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 2, pp. 33–44, 2024. doi: 10.25046/aj090205
- Rafi Zahedi, Amirhossein Ahmadian, Chen Zhang, Shashank Narayana Gowda, Kourosh SedghiSigarchi, Rajit Gadh, "Optimal Engagement of Residential Battery Storage to Alleviate Grid Upgrades Caused by EVs and Solar Systems", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 2, pp. 01–08, 2022. doi: 10.25046/aj090201
- Saidi Mohamed, Habib Cherif, Othman Hasnaoui, Jamel Belhadj, "Design and Comparative Analysis of Hybrid Energy Systems for Grid-Connected and Standalone Applications in Tunisia: Case Study of Audiovisual Chain", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 3, pp. 144–153, 2023. doi: 10.25046/aj080316
- Temsamani Khallouk Yassine, Achchab Said, Laouami Lamia, Faridi Mohammed, "Hybrid Discriminant Neural Networks for Performance Job Prediction", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 2, pp. 116–122, 2023. doi: 10.25046/aj080213
- Abdulrasaq Jimoh, Samson Oladayo Ayanlade, Emmanuel Idowu Ogunwole, Dolapo Eniola Owolabi, Abdulsamad Bolakale Jimoh, Fatina Mosunmola Aremu, "Metaheuristic Optimization Algorithm Performance Comparison for Optimal Allocation of Static Synchronous Compensator", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 1, pp. 116–124, 2023. doi: 10.25046/aj080114
- Jabrane Slimani, Abdeslam Kadrani, Imad EL Harraki, El hadj Ezzahid, "Long-term Bottom-up Modeling of Renewable Energy Development in Morocco", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 5, pp. 129–145, 2022. doi: 10.25046/aj070515
- Basharat Jamil, Lucía Serrano-Luján, José Manuel Colmenar, "On the Prediction of One-Year Ahead Energy Demand in Turkey using Metaheuristic Algorithms", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 4, pp. 79–91, 2022. doi: 10.25046/aj070411
- Afsah Sharmin, Farhat Anwar, S M A Motakabber, Aisha Hassan Abdalla Hashim, "A Secure Trust Aware ACO-Based WSN Routing Protocol for IoT", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 3, pp. 95–105, 2022. doi: 10.25046/aj070311
- Ilhem Bouchriha, Ali Ben Ghanem, Khaled Nouri, "Optimization of the Sliding Mode Control (SMC) with the Particle Swarm Optimization (PSO) Algorithm for Photovoltaic Systems Based on MPPT", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 1, pp. 100–106, 2022. doi: 10.25046/aj070110
- Arakelyan Edik, Kosoy Anatoliy, Andryushin Alexander, Mezin Sergey, Yagupova Yulia, Leonov Maxim, Pashchenko Fedor, "Problems of Increasing the Intelligence of Algorithms for Optimal Distribution of the Current Load on the Combined Heat and Power Plant and Ways to Solve Them", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 369–374, 2021. doi: 10.25046/aj060542
- Liang Chen, Mo-How Herman Shen, "A New Topology Optimization Approach by Physics-Informed Deep Learning Process", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 4, pp. 233–240, 2021. doi: 10.25046/aj060427
- Abdulkarim Saleh Masoud Ali, Rozmie Razif Othman, Yasmin Mohd Yacob, Haitham Saleh Ali Ben Abdelmula, "An Efficient Combinatorial Input Output-Based Using Adaptive Firefly Algorithm with Elitism Relations Testing", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 4, pp. 223–232, 2021. doi: 10.25046/aj060426
- Junho Chang, Mustafa Melih Pelit, Masaki Yamakita, "SLIP-SL: Walking Control Based on an Extended SLIP Model with Swing Leg Dynamics", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 3, pp. 84–91, 2021. doi: 10.25046/aj060309
- Tamer Saraçyakupoğlu, "Usage of Additive Manufacturing and Topology Optimization Process for Weight Reduction Studies in the Aviation Industry", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 815–820, 2021. doi: 10.25046/aj060294
- Yu-Chun Huang, "Analyze Performance of Enterprise Supervision System by Game Theory-Take the case of Tatung Management Rights Competition as Example", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 689–693, 2021. doi: 10.25046/aj060279
- Khalil Ibrahim Mohammad Abuzanouneh, Khalil Hamdi Ateyeh Al-Shqeerat, "Development and Improvement of Web Services Selections using Immigrants Scheme of Multi-Objective Genetic Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 412–422, 2021. doi: 10.25046/aj060248
- Musa Sulaiman Jibia, Abdussamad Umar Jibia, "Fetal Electrocardiogram Extraction using Moth Flame Optimization (MFO)-Based Adaptive Filter", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 303–312, 2021. doi: 10.25046/aj060235
- Amany Khalil, Osama Tolba, Sherif Ezzeldin, "Design Optimization of Open Office Building Form for Thermal Energy Performance using Genetic Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 254–261, 2021. doi: 10.25046/aj060228
- Abdelaziz Lberni, Malika Alami Marktani, Abdelaziz Ahaitouf, Ali Ahaitouf, "Multi-Objective Design of Current Conveyor using Optimization Algorithms", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 154–160, 2021. doi: 10.25046/aj060218
- Sk. Md. Masudul Ahsan, Aminul Islam, "Visual Saliency Detection using Seam and Color Cues", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 139–153, 2021. doi: 10.25046/aj060217
- Subash Pokharel, Aleksandar Dimitrovski, "Ferromagnetic Core Reactor Modeling and Design Optimization", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 810–818, 2021. doi: 10.25046/aj060190
- Jesus Aguila-Leon, Cristian Chiñas-Palacios, Carlos Vargas-Salgado, Elias Hurtado-Perez, Edith Xio Mara Garcia, "Particle Swarm Optimization, Genetic Algorithm and Grey Wolf Optimizer Algorithms Performance Comparative for a DC-DC Boost Converter PID Controller", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 619–625, 2021. doi: 10.25046/aj060167
- Hendro Arieyanto, Andry Chowanda, "Classification of Wing Chun Basic Hand Movement using Virtual Reality for Wing Chun Training Simulation System", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 250–256, 2021. doi: 10.25046/aj060128
- Broderick Crawford, Ricardo Soto, Gino Astorga, José Lemus-Romani, Sanjay Misra, Mauricio Castillo, Felipe Cisternas-Caneo, Diego Tapia, Marcelo Becerra-Rozas, "Balancing Exploration-Exploitation in the Set Covering Problem Resolution with a Self-adaptive Intelligent Water Drops Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 134–145, 2021. doi: 10.25046/aj060115
- Hoang Xuan Thinh, Pham Van Dong, Tran Ve Quoc, "A Study on the Tool Wear in Milling Process of the Gleason Spiral Bevel Gear", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 1402–1407, 2020. doi: 10.25046/aj0506169
- Luisella Balbis, "Optimal Irrigation Strategy using Economic Model Predictive Control", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 781–787, 2020. doi: 10.25046/aj050693
- Pearl Keitemoge, Daniel Tetteh Narh, "Effective Application of Information System for Purchase Process Optimization", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 594–605, 2020. doi: 10.25046/aj050673
- Sergey Alekseevich Serebryansky, Alexander Vladimirovich Barabanov, "To the Question of Multi-Criteria Optimization of Aircraft Components in Order to Optimize its Life Cycle", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 408–415, 2020. doi: 10.25046/aj050649
- Athraa Ali Kadhem, Noor Izzri Abdul Wahab, Ahmed Abdalla, "The Contribution of Wind Energy Capacity on Generation Systems Adequacy Reliability using Differential Evolution Optimization Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 331–340, 2020. doi: 10.25046/aj050640
- Simona Kirilova Filipova-Petrakieva, "Applications of the Heuristic Optimization Approach for Determining a Maximum Flow Problem Based on the Graphs’ Theory", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 175–184, 2020. doi: 10.25046/aj050621
- Ihsan Mizher Baht, Petre Marian Nicolae, Ileana Diana, Nameer Baht, "Analysis of Green Building Effect on Micro grid Based on Potential Energy Savings and BIM", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 30–35, 2020. doi: 10.25046/aj050604
- Imad El Hajjami, Bachir Benhala, Hamid Bouyghf, "Shape Optimization of Planar Inductors for RF Circuits using a Metaheuristic Technique based on Evolutionary Approach", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 426–433, 2020. doi: 10.25046/aj050553
- Rand Talib, Alexander Rodrigues, Nabil Nassif, "Energy Recovery Equipment and Control Strategies in Various Climate Regions", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 47–53, 2020. doi: 10.25046/aj050407
- Pham Van Bach Ngoc, Bui Trung Thanh, "Dynamics Model and Design of SMC-type-PID Control for 4DOF Car Motion Simulator", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 557–562, 2020. doi: 10.25046/aj050369
- Ayyoub El Berbri, Adil Saadi, Seddik Bri, "Design and Optimization of Dual-Band Branch-Line Coupler with Stepped-Impedance-Stub for 5G Applications", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 355–360, 2020. doi: 10.25046/aj050346
- J. Vijay Fidelis, E. Karthikeyan, "Estimation of Influential Parameter Using Gravitational Search Optimization Algorithm for Soccer", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 340–348, 2020. doi: 10.25046/aj050344
- Jesuretnam Josemila Baby, James Rose Jeba, "A Hybrid Approach for Intrusion Detection using Integrated K-Means based ANN with PSO Optimization", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 317–323, 2020. doi: 10.25046/aj050341
- Noraziah Adzhar, Yuhani Yusof, Muhammad Azrin Ahmad, "A Review on Autonomous Mobile Robot Path Planning Algorithms", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 236–240, 2020. doi: 10.25046/aj050330
- Vasiliy Olonichev, Boris Staroverov, Maxim Smirnov, "Dynamic Objects Parameter Estimation Program for ARM Processors Based Adaptive Controllers", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 34–40, 2020. doi: 10.25046/aj050305
- Ricardo Simões Santos, António João Pina da Costa Feliciano Abreu, Joaquim José Rodrigues Monteiro, "Using Metaheuristics-Based Methods to Provide Sustainable Market Solutions, Suitable to Consumer Needs", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 399–410, 2020. doi: 10.25046/aj050252
- Hind El Hassani, Nour- Eddine Boutammachte, Sanae El Hassani, "Optimization of Low Temperature Differential Stirling Engine Regenerator Design", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 272–279, 2020. doi: 10.25046/aj050235
- Nguyen Tuan Anh, Hoang Thang Binh, Tran The Tran, "Optimization of the Stabilizer Bar by Using Total Scores Method", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 1, pp. 431–435, 2020. doi: 10.25046/aj050155
- Temitayo Olayemi Olowu, Mohamadsaleh Jafari, Arif Sarwat, "A Multi-Objective Voltage Optimization Technique in Distribution Feeders with High Photovoltaic Penetration", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 6, pp. 377–385, 2019. doi: 10.25046/aj040648
- Mohd Razif Idris, Imad Mokhtar Mosrati, "Optimization of the Electrical Discharge Machining of Powdered Metallurgical High-Speed Steel Alloy using Genetic Algorithms", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 6, pp. 255–262, 2019. doi: 10.25046/aj040632
- Jalal Benallal, Lekbir Cherif, Mohamed Chentouf, Mohammed Darmi, Rachid Elgouri, Nabil Hmina, "A New Wire Optimization Approach for Power Reduction in Advanced Technology Nodes", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 6, pp. 140–146, 2019. doi: 10.25046/aj040617
- Andrei Panteleev, Valentin Panovskiy, "Application of Open-Source Optimization Library “Extremum” to the Synthesis of Feedback Control of a Satellite", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 5, pp. 23–29, 2019. doi: 10.25046/aj040503
- Houcine Marouani, Amin Sallem, Mondher Chaoui, Pedro Pereira, Nouri Masmoudi, "Multiple-Optimization based-design of RF Integrated Inductors", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 4, pp. 574–584, 2019. doi: 10.25046/aj040468
- Jaya V. Gaitonde, Rajesh B. Lohani, "Material, Structural Optimization and Analysis of Visible-Range Back-Illuminated OPFET photodetector", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 4, pp. 485–502, 2019. doi: 10.25046/aj040459
- Olfa Jedda, Ali Douik, "Optimal Discrete-time Sliding Mode Control for Nonlinear Systems Subject to Input Constraints", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 4, pp. 141–146, 2019. doi: 10.25046/aj040417
- Ethmane Isselem Arbih Mahmoud, Mohamed Maaroufi, Abdel Kader Mahmoud, Ahmed Yahfdhou, "Optimization of Statcom in a Nouakchott Power System", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 2, pp. 333–339, 2019. doi: 10.25046/aj040242
- Uttam S. Satpute, Diwakar R. Joshi, Shruti Gunaga, "Frequency-Based Design of Electric System for Off-shore Wind Power Plant (OWPP)", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 2, pp. 153–161, 2019. doi: 10.25046/aj040220
- Gabriel Dämmer, Sven Gablenz, Alexander Hildebrandt, Zoltan Major, "Design of an Additively Manufacturable Multi-Material Light-Weight Gripper with integrated Bellows Actuators", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 2, pp. 23–33, 2019. doi: 10.25046/aj040204
- Nikolay Starostin, Konstantin Mironov, "Strategies of the Level-By-Level Approach to the Minimal Route", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 1, pp. 268–281, 2019. doi: 10.25046/aj040126
- Hiroyuki Yamamoto, Tomohiro Hayashida, Ichiro Nishizaki, Shinya Sekizaki, "Hypervolume-Based Multi-Objective Reinforcement Learning: Interactive Approach", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 1, pp. 93–100, 2019. doi: 10.25046/aj040110
- Masahiro Kanazaki, Yusuke Yamada, Masaki Nakamiya, "Multi-Objective Path Optimization of a Satellite for Multiple Active Space Debris Removal Based on a Method for the Travelling Serviceman Problem", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 6, pp. 479–488, 2018. doi: 10.25046/aj030656
- Mohammad Harun Rashid, Lixin Tao, "Parallelizing Combinatorial Optimization Heuristics with GPUs", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 6, pp. 265–280, 2018. doi: 10.25046/aj030635
- Wiem Zouari, Ines Alaya, Moncef Tagina, "A Comparative Study of a Hybrid Ant Colony Algorithm MMACS for the Strongly Correlated Knapsack Problem", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 6, pp. 1–22, 2018. doi: 10.25046/aj030601
- Jamal Al Sadi, "Designing Experiments: 3 Level Full Factorial Design and Variation of Processing Parameters Methods for Polymer Colors", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 5, pp. 109–115, 2018. doi: 10.25046/aj030515
- Ola Surakhi, Mohammad Khanafseh, Yasser Jaffal, "An enhanced Biometric-based Face Recognition System using Genetic and CRO Algorithms", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 3, pp. 116–124, 2018. doi: 10.25046/aj030316
- Mohammad Hossain, Sameer Abufardeh, Sumeet Kumar, "Frameworks for Performing on Cloud Automated Software Testing Using Swarm Intelligence Algorithm: Brief Survey", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 2, pp. 252–256, 2018. doi: 10.25046/aj030229
- Laud Charles Ochei, Christopher Ifeanyichukwu Ejiofor, "A Model for Optimising the Deployment of Cloud-hosted Application Components for Guaranteeing Multitenancy Isolation", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 2, pp. 174–183, 2018. doi: 10.25046/aj030220
- An-Ting Cheng, Chun-Yen Chen, Bo-Cheng Lai, Che-Huai Lin, "Software and Hardware Enhancement of Convolutional Neural Networks on GPGPUs", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 2, pp. 28–39, 2018. doi: 10.25046/aj030204
- Uttara Sawant, Robert Akl, "Adaptive and Non Adaptive LTE Fractional Frequency Reuse Mechanisms Mobility Performance", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 1, pp. 511–520, 2018. doi: 10.25046/aj030162
- Sahbi Marrouchi, Nesrine Amor, Moez Ben Hessine, Souad Chebbi, "Theoretical Investigation of Combined Use of PSO, Tabu Search and Lagrangian Relaxation methods to solve the Unit Commitment Problem", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 1, pp. 357–365, 2018. doi: 10.25046/aj030144
- André Richter, Ines Hauer, Martin Wolter, "Algorithms for Technical Integration of Virtual Power Plants into German System Operation", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 1, pp. 135–147, 2018. doi: 10.25046/aj030117
- Mustafa Saka, Ibrahim Eke, Suleyman Sungur Tezcan, Muslum Cengiz Taplamacioglu, "Analysis of Economic Load Dispatch with a lot of Constraints Using Vortex Search Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 6, pp. 151–156, 2017. doi: 10.25046/aj020619
- Mario Brcic, Nikica Hlupic, Nenad Katanic, "Distributing the computation in combinatorial optimization experiments over the cloud", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 6, pp. 136–144, 2017. doi: 10.25046/aj020617
- Kornkanok Phoksawat, Massudi Mahmuddin, "Hybrid Ontology-based knowledge with multi-objective optimization model framework for Decision Support System in intercropping", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1363–1371, 2017. doi: 10.25046/aj0203172
- Riadh Essaadali, Said Aliouane, Chokri Jebali and Ammar Kouki, "Optimization of Multi-standard Transmitter Architecture Using Single-Double Conversion Technique Used for Rescue Operations", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 73–81, 2017. doi: 10.25046/aj020311