Authors:
Shaymaa M. Jawad Alzubairi Ural Federal University, Ekaterinburg, Russia

Search for other papers by Shaymaa M. Jawad Alzubairi in
Current site
Google Scholar
PubMed
Close
,
Alexander Petunin Ural Federal University, Ekaterinburg, Russia

Search for other papers by Alexander Petunin in
Current site
Google Scholar
PubMed
Close
, and
Amjad Jaleel Humaidi University of Technology, Baghdad, Iraq

Search for other papers by Amjad Jaleel Humaidi in
Current site
Google Scholar
PubMed
Close
https://orcid.org/0000-0002-9071-1329
Open access

Abstract

Systems based on mobile multirobots have gained considerable attention in the past two decades because of their efficacy and flexibility in various real-world applications. An essential component of these systems is multi-robot task allocation (MRTA), which concerns allocating tasks to mobile robots in an efficient manner. The effectiveness of MRTA is influenced by the size of the search space and computational time, and both increase substantially as the number of tasks and robots involved increases. This study introduces an effective solution to the MRTA problem by employing a two-stage approach. First, nearby tasks are automatically grouped into clusters by using an enhanced dynamic distributed particle swarm optimization algorithm. Second, mobile robots are assigned to the closest clusters. To demonstrate the effectiveness of this approach. Simulations are conducted to compare the proposed method with particle swarm optimization and differential evolution approaches. Numerical results confirm that the proposed approach exhibits highly competitive performance in terms of clustering cost, clustering time, and overall time (clustering and assigning time). This approach is advantageous for real-world applications involving numerous robots and targets.

Abstract

Systems based on mobile multirobots have gained considerable attention in the past two decades because of their efficacy and flexibility in various real-world applications. An essential component of these systems is multi-robot task allocation (MRTA), which concerns allocating tasks to mobile robots in an efficient manner. The effectiveness of MRTA is influenced by the size of the search space and computational time, and both increase substantially as the number of tasks and robots involved increases. This study introduces an effective solution to the MRTA problem by employing a two-stage approach. First, nearby tasks are automatically grouped into clusters by using an enhanced dynamic distributed particle swarm optimization algorithm. Second, mobile robots are assigned to the closest clusters. To demonstrate the effectiveness of this approach. Simulations are conducted to compare the proposed method with particle swarm optimization and differential evolution approaches. Numerical results confirm that the proposed approach exhibits highly competitive performance in terms of clustering cost, clustering time, and overall time (clustering and assigning time). This approach is advantageous for real-world applications involving numerous robots and targets.

1 Introduction

For the last two decades, multi-robot systems (MRS) have been on the robotics community's agenda. The primary motivation for this interest is the considerable advantages and potential that MRS offers compared with single-robot systems. The main benefits of using a team of robots include improving system reliability, resolving task complexity, increasing performance, and simplifying the design process [1, 2]. MRS has been utilized in various fields for numerous applications, including surveillance [3], search and rescue [4, 5], agriculture [6–8], pick-up and delivery [9], and healthcare [10–12].

Assigning a group of robots to a set of tasks in a way that maximizes the system's overall performance while taking into account a number of constraints is one of the most difficult MRS challenges. The multi-robot task allocating problem is the name given to this issue [1314]. The MRTA problem is defined as: given a collection of tasks and robots capable of executing them, the objective is to assign the tasks to suitable robots in order to optimize a defined criterion, such as minimizing the total completion time. In recent years, extensive research has been conducted to address this problem. The main solutions can be grouped into two main approaches, namely, market-based and optimization approaches, depending on whether the MRS architecture is centralized or decentralized [15, 16], as shown in Fig. 1. Market-based approaches [17–19], which are typically used with decentralized architectures rely on direct communication between robots to negotiate. Optimization-based (swarm) approaches are usually applied in centralized systems, where cooperative behavior emerges from simple interactions between robots by communicating with the control unit [20].

Fig. 1.
Fig. 1.

Central and decentralized control architectures

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

The aforementioned approaches can be further classified as learning-based [21, 22], behavior-based [23, 24], and clustering [25, 26]. This study focuses on clustering strategies that involve grouping nearby tasks into clusters and allocating robots to these clusters. Many clustering algorithms are widely used, but most of them require a certain number of tasks and clusters, a requirement that is often impossible to meet in real-world scenarios. This limitation has led to research on algorithms that do not require a predefined number of tasks and clusters. Such algorithms, known as automatic clustering approaches, determine clusters' numbers on the basis of cluster validity measures. Identifying the ideal number of clusters and tasks per cluster remains a crucial challenge in dynamic clustering-based task allocation [27].

Recent advancements in heuristics and metaheuristics have contributed to the development of automatic clustering methods [28, 29], An ideal cluster number can be automatically determined using a modified multi-objective genetic algorithm (GA)-based clustering framework even in the absence of sample label information. For instance, a multi-objective differential evolution approach to dynamic clustering without previous knowledge of the cluster number was improved in Reference [30] so that only a few features from all of the available features in the data are used. The cuckoo search algorithm was used in Reference [31] to determine the optimal grouping of N objects into K clusters. Reference [32] introduced a unique clustering methodology based on ant colony optimization that uses two objective functions to assess the quality of different clustering solutions, without requiring a priori information.

In Reference [25], classical and automatic clustering problems were solved using the swarm-based Emperor Penguin Colony algorithm, which does not require previous knowledge to classify data. In Reference [33], the optimal cluster number and the centroid value were determined using an autonomous clustering algorithm called AC-Mean ABC, which is based on the mean artificial bee colony.

Amongst clustering methods, particle swarm optimization (PSO) shows considerable promise for continuous problems, such as clustering [34]. A novel particle representation method for choosing the ideal number of clusters from a variety of options is provided by the multi-elitist PSO model presented in Reference [35]. Additionally, a dynamic distributed PSO algorithm has been created by researchers especially for robotic swarms' autonomous task clustering [36]. For the automatic clustering problem, a dynamic distributed double-guided PSO was modified in Reference [26] to reduce the search space in two stages. The crazy firefly algorithm and the variable-step-size firefly algorithm were hybridized separately with a normal PSO algorithm in Reference [37] in order to solve the clustering problem's velocity problems.

Despite the advancement of various clustering algorithms, many of them still face challenges in achieving the desired levels of automation, quality, and efficiency. Automatically determining the optimal number of clusters and the number of tasks per cluster in large datasets remains a challenge.

This study proposed a novel approach to the automatic clustering problem. The method is called enhanced dynamic distributed particle swarm optimization (ED2PSO), which can automatically and efficiently handle the problem of an unknown number of clusters and tasks per cluster and optimally cluster a huge as well as middle and small number of tasks in competitive time.

The remaining sections of the paper are arranged as follows: Section 2 outlines the MRTA problem. Section 3 provides background information. Section 4 presents the proposed approach. Section 5 shows the experiments and results, and Section 6 contains the conclusions and future work directions.

2 MRTA problem

As the research on MRS progresses, the question “which robot can execute which task” has become increasingly prominent. This question has directed substantial focus towards the task allocation problem in MRS. MRTA aims to optimal allocating tasks to robots to achieve the best overall team performance [16].

2.1 Problem description

The MRTA problem in this study is that many independent targets dispersed randomly throughout an area full of obstacles must be instantly inspected by identical mobile robots. The following assumptions were made.

  • MRS operates under centralized control.

  • All robots are homogeneous.

  • All tasks are homogeneous (static intendent targets).

  • Each target (SR) requires only one robot for inspection.

  • A robot can inspect only one target at a time, but it can handle multiple targets sequentially (MT).

  • All targets must be inspected.

  • The completion time of all targets needs to be as short as possible.

MRS in this work is centralized control that distributes identical tasks (independent targets) amongst identical robots (TA). The mission is completed when all tasks are successfully distributed to robots, as shown in Fig. 2.

Fig. 2.
Fig. 2.

MRS centralized control with independent targets

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

Given the homogeneity of robots and tasks, the clustering strategy is the best solution. This strategy reduces the robot team's average overall completion mission time [3839] through a two-stage methodology. Firstly, nearby tasks (targets) are grouped into clusters, as indicated in Fig. 3. Secondly, each robot is allocated to the nearest cluster.

Fig. 3.
Fig. 3.

Clustering nearby independent targets and assigning robots to clusters

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

In the aforementioned methodology, the MRTA problem is transformed into an automatic clustering problem, where the goal is to group nearby targets into clusters, and then to an assignment problem, where each robot needs to be assigned to the closest group.

2.2 Formula of the MRTA problem

In this paper, the following is a description of the MRTA problem model. Let T={T1,T2,.,TN} represent the set of identifiers' targets (Cartesian floating points) that will be allocated to the swarm's robots. Let R={R1,R2,.,RM} represent the set of identifiers' robots (Cartesian floating points) in the robots' swarm. The MRTA problem comprises the following subproblems:

  • Part I (clustering problem): grouping all the nearby targets into clusters.

  • Part II (assignment problem): allocating robots R to the clusters to ensure cost-effective utilization of all robots.

Part I: The clustering problem can be defined as partitioning the set of targets, T, into CL clusters based on distance. CL={CL1,CL2,,CLK} has the following properties.
CLK=RM
i=1KCLi=T
CLiCLj=,ij,i=1,2,..K,j=1,2,..K
CLi,i=1,2,..K
The following is a formulation of the automatic clustering problem:
minCLθƒ(CL)
subject to Eq. (14), where θ is the set of feasible solutions containing all possible clustering of T targets into CL clusters. ƒ is the fitness function. Within-cluster sum of squares (WCSS) is utilized to measure the tightness of the clusters Eq (12).
Part II: The allocation problem can be defined as allocating R robot to the nearest valid clusters CL. Swarm allocation is presented as follows: A={A1,A2,,ARM}, where the allocation has the following expression:
ar=mini=1RMj=1CLKcijxij.
Let xij be a binary variable, such that xij=1 if a robot is allocated to the closest cluster; otherwise, xij=0. cij is the cost of assigning robot i to cluster j and calculated by the Euclidian equation of distance between the cluster centroid and robot location Eq (13). It is subject to
jCLxij1,iR
iRxij1,jCL

Once every robot has been allocated to the proper clusters, the task allocation process is complete [36, 38].

3 Background

An overview of PSO algorithms is given in this section. In 1995, Berhart and Kennedy developed PSO, a stochastic optimization technique [40, 41]. It's a population-based optimization algorithm where the population is known as a swarm. The swarm is made up of several individuals, or particles, each representing a potential solution. The principle of the algorithm involves moving these particles to find the optimal solution. PSO algorithm is initialized with a set of random solutions (particles). Each particle i contains:

  • Its current position xi.

  • Its current velocity vi.

  • Its best position (Pbesti), which is associated with the best fitness value the particle has achieved thus far.

  • The global best position (Gbest) associated with the best fitness value found amongst all particles.

All particles modify their direction in the space in each iteration in order to move toward their Pbesti and Gbest locations. After determining the Pbesti and the Gbest values, the particle updates their velocity and position in accordance with the equations
vi+1=w*vi+c1*rand*(Pbestixi)+c2*rand*(Gbestxi)
xi+1=xi+vi+1
where w is the coefficient of inertia that steadily lowers the velocity over time, rand is a random number between 0 and 1 and c1 and c2​ are the coefficients of acceleration. The stopping condition is typically the iterations' maximum number for the algorithm to execute. The stopping condition depends on the particular problem that is being optimized, similar to other parameters.

4 The proposed approach

The proposed approach is described in this section, addressing the automatic clustering problem by using ED2PSO [36, 42] and the allocation of robots to these clusters.

4.1 Concept of dynamic distributed PSO

While swarm intelligence methods are appealing for MRTA problems, they have two notable drawbacks: these approaches may occasionally become stuck in local optimum and can exhibit slow progress in terms of value of the fitness function, leading to slow convergence to the target areas.

To address these issues, Ayari and Bouamama [36, 42] introduced a modified PSO referred to as dynamic distributed PSO (D2PSO) by adding the following parameters: local optima detector (LOD) for personal best (LODPbest) and LOD for global best (LODGbest). These detectors monitor the successive iterations' number in which Pbest and Gbest do not exhibit any improvement. When particles fail to enhance their Pbest, they cease to contribute effectively to finding the global optimal solution, indicating that they have reached a saturation point and require an external thrust to regain effectiveness. This thrust is provided by D2PSO, which diversifies the search space by steering particles toward possibly better and unexplored regions. Similarly, if the global best (Gbest) does not improve for a certain iterations' number, then it might be trapped in local optimum, potentially misleading others by drawing them towards this suboptimal area. D2PSO addresses this issue by pushing trapped particles away from local optimum, thus enhancing the overall search process.

Although D2PSO offers a practical improvement over classical PSO by addressing some of the latter's drawbacks, it does not differentiate between particles that have failed to improve their Pbest, because they are stuck in a local optimum and must be redirected to explore the search space further and those that have truly found the best solution. Similarly, the method assumes that if the Gbest value remains unchanged, then the algorithm is trapped in a local optimum. This assumption overlooks the possibility that these values might actually represent the best solution, a case that would warrant stopping the algorithm early.

The proposed method, ED2PSO, solved the problem of D2PSO by adding tests to check the Pbest values to see whether they were trapped in the local optimum or reached the best solution. It also enhanced overall performance by reaching the best solution in a less iterations' number. The proposed method, ED2PSO, utilizes the two detectors of D2PSO and one of its equations [36] but employs them in a novel way, as we will see in the next paragraph.

4.2 Concept of ED2PSO

LOD is a parameter used throughout the optimization process and is updated locally. Each particle in the swarm has its own LODPbest. If the Pbest value of a particle remains unchanged in an iteration, then its LODPbest will increase by one. This operation continues for a certain number of iterations. Gbest has LODGbest, which also increases when the Gbest value is unchanged.

Parameters Sp and Sg are given at the initialization stage. Sp​ is the threshold at which the maximum number of iterations a particle's Pbest can remain unchanged, and Sg is the threshold at which the maximum number of iterations Gbest can remain unchanged. When the Pbest of a particle does not improve in Sp iterations (i.e. LODPbest = Sp), the algorithm checks if its value matches Gbest. If it does, this improvement indicates that it is the best solution amongst all particles and may be the required solution, and the iteration continues. Otherwise, the particle is considered saturated and requires external thrust and restructuring to Pbest_tempi as follows:
Pbest_tempi=Pbesti1+i1i1+i2*(Gbesthisti2Pbesti),
where i1=random(1,M), M=(populationsize), i2=random(1,size(Gbest_hist)) and Gbest_hist represents the historical values of Gbest. If the Gbest value does not change for a predefined number of successive iterations, then the current value might be the best solution, and the algorithm should stop without completing all iterations. The proposed method prevents the Pbest of all particles from becoming trapped in local optima, thereby ensuring that Gbest also avoids falling into local optima.

4.3 Fitness function

  1. A)Part I (Clustering fitness function):

The primary goal of data clustering is to minimize the similarity amongst instances within a single cluster while maximizing the dissimilarity between different clusters. In this work, the goal is to group nearby targets into clusters and maximize the distance between the clusters. The proposed algorithm utilized within-cluster sum of squares (WCSS) [43]. WCSS calculates the total squared distance between each cluster centroid and all of the cluster's objects. Well-separated and compact clusters are indicated by lower WCSS values. The WCSS for a given cluster can be computed using the formula.
WCSS=i=1Kj=1Ni(tijci)2,
where K is the clusters' number, Ni is the targets' number in cluster i, tij is the j-th target in cluster i and ci is the centroid of cluster i.
  1. B)Part II (Assignment fitness function)
To assign each robot to the nearest cluster. The proposed approach utilized the Euclidian equation to calculate the distance between cluster centroid and robot location.
cij=(xCLjxRi)2+(yCLjyRi)2.
Where xCLj and xRi are the X coordinates of cluster CLj and robot Ri, respectively. Similarly, yCLj and yRi are the Y coordinates of cluster CLj and robot Ri, respectively.

4.4 Flowchart of ED2PSO: automatic clustering

In the beginning, the targets' number (T), their locations, the robots' number (R), and the PSO parameters must be specified. The LOD parameters (Sp and Sg) should be initialized, and the initial particles must be generated. In this approach, each particle represents a different decomposition for distributing targets into clusters. The cost value of each particle is determined using the selected fitness function (WCSS), as shown in (Eq. (12)) in order to assess the clustering.

In each iteration, Pbest for all particles is calculated. If any particle's Pbest value remains unchanged, then its LODPbest increases by 1. Then, LODPbest should be checked to see if it has reached the predefined threshold (Sp). If so, the Pbest of that specific particle should be compared with the Gbest value. If the values match, then the solution of the particle might be the best solution, and the algorithm continues till its maximum number. If they do not match, then the particle is falling in a local optimum, and its Pbest is restructured to Pbest_tempi (Eq. (11)).

Gbest must be calculated before updating the velocities and positions of particles and comparing its value with the historical values from previous iterations. If the value does not change, then its LODGbest increases by 1. Afterwards, LODGbest is checked. If it has reached the predefined threshold (Sg), then the algorithm might have found the solution, so the simulation can be stopped without completing all the iterations. Otherwise, the algorithm continues, updating the particles' positions and velocities. The approach repeats till the maximum number of iterations. Then, it returns the clusters' number (K), the positions of their centroids, and the targets' number in each cluster.

This approach transforms the MRTA problem into an MTSP problem, which is then divided into several TSP problems. The complete approach is illustrated in the flowchart in Fig. 4, which shows in detail the application of ED2PSO to address the problem.

Fig. 4.
Fig. 4.

Flowchart of automatic task clustering using ED2 PSO

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

4.5 Assigning robots to clusters

Following the distribution of targets into clusters, robots need to be optimally assigned to the clusters based on the shortest distance. Each cluster is defined by its number of targets and centroid; the cluster's centroid is the location where the total distances between all targets within the cluster are the smallest. Robot-to-cluster distance is determined by the robot-to-nearest cluster's centroid Eq. (13). The steps for this assignment are shown in Table 1.

Table 1.

Steps of assigning robots to the closest clusters

1:Initialize an empty list to store assignments.
2:For each robot, calculate the distance to each cluster centroid.
3:Sort the robots and centroids based on their distances in ascending order.
4:Whilst there are still unassigned robots or targets
Select the robot with the shortest distance.
Select the target with the shortest distance.
Add the assignment of this robot to this target to list of assignments.
Remove the robot and targets from their respective lists.
5:Return the list of assignments.

5 Experiments and results

In this section, a comparative analysis of PSO, differential evolution (DE), and the proposed approach for automatically allocating independent targets to multiple robots is presented. The comparative analysis is supported by numerical results. The simulations were conducted in four cases, each with varying numbers of targets and robots, as outlined in Table 2.

Table 2.

Number of targets and robots for all cases

Case ICase IICase IIICase IV
Targets Number101005001,000
Robots Number3345

The simulation experiments were conducted on a laptop with a Core (TM) i7-11800H CPU and 16 GB RAM by using MATLAB software. The probabilistic roadmap algorithm was employed to distribute targets randomly across the workspace for each simulation run. The locations of the robots varied in each run.

The efficiency of the ED2PSO was evaluated by comparing clustering time, the overall total time (clustering and assignment), and the Davies-Bouldin (DB) index to demonstrate clustering performance. The DB index [44] is determined the average of within-cluster objects distances to between-clusters distances, as follows:
DB=1Kk=1KmaxkkSn(ck)+Sn(ck)S(ck,ck)
where K is the quantity of clusters, Sn​ is the average of all targets distance in cluster Ck​ to their centroid cluster ck​ and S(ck,ck) is the distance between cluster centroids ck and ck. A small ratio indicates that clusters are well-separated and compact, leading to a low DB-index, which signifies high clustering quality.

The following parameters were used: damping ratio wdamp = 1; personal learning coefficient ch1=chi×phi1; global learning coefficient ch2=chi×phi2, where phi1=2.05, phi2=2.05, phi=phi1+phi2 and chi=2/(phi2+phi24*phi); inertia weight w=chi; Sp = 10; Sg = 50; and number of iterations = 200 times.

The optimization algorithms produced different numerical results in each run, even with the same parameters and workspace. Therefore, each algorithm was run 20 times per case to obtain accurate results and verify the proposed approach. The average values were calculated.

Table 3 presents the numerical results of target clustering using ED2PSO, DE, and PSO for the four cases in Table 2. The results in Table 3 confirm that the proposed approach outperformed DE and GA in terms of clustering time and the overall time (clustering and assignment). Additionally, the performance of the ED2PSO algorithm measured by the DB index was comparable to that of DE and better than that of PSO and positively influenced the quality of the automatic clustering problem.

Table 3.

The automatic task clustering's numerical results using ED2 PSO, PSO, and DE

Case ICase IICase IIICase IV
ED2PSOPSODEED2PSOPSODEED2PSOPSODEED2PSOPSODE
Average clustering time (s)0.52204.11401.32380.43893.05140.75900.59534.25000.84460.78714.78531.5106
Average overall total time (s)1.38864.19072.18861.16793.10131.37251.34534.31141.44881.56824.85642.4269
Average DB index values0.61400.68300.62680.79000.80320.80970.77040.76740.77660.83750.85560.8618

The optimization algorithms produced different numerical results in each run, even with the same parameters and workspace. Therefore, each algorithm was run 20 times per case to obtain accurate results and verify the proposed approach. The average values were calculated. Table 3 presents average numerical results of automatic target clustering of the four cases in Table 2 by using ED2PSO, DE, and PSO. The results in Table 3 confirm that the proposed approach outperformed DE and GA in terms of clustering time and the overall time (clustering and assignment). Additionally, the performance of the ED2PSO algorithm measured by the DB index was comparable to that of DE and better than that of PSO.

As shown in Figs 57 and the results in Table 3, ED2PSO demonstrated superior efficacy in automatic task or target clustering compared with the other algorithms. This superiority was evident in terms of clustering time, the overall total time and the DB index value across the different cases that ranged from a small number of targets and robots to a large number.

Fig. 5.
Fig. 5.

Graph showing the clustering time required by ED2PSO, PSO and DE algorithms

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

Fig. 6.
Fig. 6.

Graph depicting the overall total time for ED2PSO, PSO and DE algorithms

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

Fig. 7.
Fig. 7.

Graph depicting the DB index value for ED2PSO, PSO and DE algorithms

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

The images in Figs 811 illustrate the execution of the proposed approach on a 2D real-like factory map. The map's dimension is 100 × 100 m. The same numbers of targets and robots as those in the four cases in Table 3 were used. Each case involved a varying number of targets and robots in diverse locations. In each case, the clusters were automatically created in accordance with the number of robots. Each cluster contained the closest targets to each other. The centroid points were calculated and created based on the targets' locations in each cluster; they are represented by small circles with different colors and numbers in Figs 811. The robots are represented by large circles. As shown, each robot has the same number and color of the cluster centroid point allocated to it.

Fig. 8.
Fig. 8.

Image depicting the execution of the proposed algorithm for Case 1 (3 robots and 10 targets)

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

Fig. 9.
Fig. 9.

Image depicting the execution of the proposed algorithm for Case 2 (3 robots and 100 targets)

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

Fig. 10.
Fig. 10.

Image depicting the execution of the proposed algorithm for Case 3 (4 robots and 500 targets)

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

Fig. 11.
Fig. 11.

Image depicting the execution of the proposed algorithm for Case 4 (5 robots and 1,000 targets)

Citation: International Review of Applied Sciences and Engineering 2025; 10.1556/1848.2025.00935

At the conclusion of the ED2PSO algorithm's execution, clusters equivalent to the number of robots were created automatically and successfully, and a centroid for each cluster was specified. Then, each robot was assigned to the closest cluster centroid.

Other optimization techniques like Bee Algorithm, Cuckoo search algorithm, sparrow search algorithm, Whale Optimization Algorithm, Sea Lion Optimization Approach can be used to conduct a comparison study to the proposed PSO algorithm [45–51]. One may suggest to implement the proposed method in real-time environment using FPGA technology or other embedded system hardware design [52–60].

6 Conclusion

This paper addresses the MRTA problem, where a group of robots is required to be allocated to a set of predetermined targets optimally. A two-phase approach has been proposed, which efficiently can handle a small or large quantity of targets and robots. In Phase I, nearby targets are automatically and efficiently grouped into clusters by employing the ED2PSO algorithm. In Phase II, each robot is assigned to the nearest cluster optimally.

In this work, an enhancement has been done to the D2PSO algorithm. Although the algorithm effectively improves diversification through LODPbest and LODGbest operators, which enhance convergence by escaping local optimum, it does not distinguish between local optimum and the best solution. The ED2PSO addresses this issue by performing tests to distinguish the local optimum from the best solution. The numerical simulations conducted in this work revealed the efficacy of the proposed approach in addressing the MRTA problem in general and the efficacy of the ED2PSO algorithm in addressing the clustering problem in competitive time.

For future work, the proposed approach can be adapted to take into consideration obstacles and robot trajectories while clustering targets and assigning them to robots. It can be improved to be used in an unknown environment or in the presence of dynamic obstacles or targets.

References

  • [1]

    J. K. Verma and V. Ranga, “Multi-robot coordination analysis, taxonomy, challenges and future scope,” J. Intell. Robotic Syst., vol. 102, pp. 136, 2021. https://doi.org/10.1007/s10846-021-01378-2.

    • Search Google Scholar
    • Export Citation
  • [2]

    G. Kyprianou, L. Doitsidis, and S. A. Chatzichristofis, “Towards the achievement of path planning with multi-robot systems in dynamic environments,” J. Intell. Robotic Syst., vol. 104, pp. 118, 2022. https://doi.org/10.1007/s10846-021-01378-2.

    • Search Google Scholar
    • Export Citation
  • [3]

    Y. Tian, C. Chen, K. Sagoe-Crentsil, J. Zhang, and W. Duan, “Intelligent robotic systems for structural health monitoring: applications and future trends,” Automation Construct., vol. 139, pp. 111, 2022. https://doi.org/10.1016/j.autcon.2022.104273.

    • Search Google Scholar
    • Export Citation
  • [4]

    J. P. Queralta, J. Taipalmaa, B. C. Pullinen, V. K. Sarker, T. N. Gia, H. Tenhunen, M. Gabbouj, J. Raitoharju, and T. Westerlund, “Collaborative multi-robot search and rescue: planning, coordination, perception, and active vision,” IEEE Access, vol. 8, pp. 191617191643, 2020. https://doi.org/10.1109/ACCESS.2020.3030190.

    • Search Google Scholar
    • Export Citation
  • [5]

    D. Chatziparaschis, M. G. Lagoudakis, and P. Partsinevelos, “Aerial and ground robot collaboration for autonomous mapping in search and rescue missions,” Drones, vol. 4, no. 4, pp. 124, 2020. https://doi.org/10.3390/DRONES4040079.

    • Search Google Scholar
    • Export Citation
  • [6]

    A. Dutta, S. Roy, O. P. Kreidl, and L. Bölöni, “Multi-robot information gathering for precision agriculture: current state, scope, and challenges,” IEEE Access, vol. 9, pp. 161416161430, 2021. https://doi.org/10.1109/ACCESS.2021.3130900.

    • Search Google Scholar
    • Export Citation
  • [7]

    M. Neményi, B. Ambrus, G. Teschner, T. Alahmad, A. Nyéki, and A. J. Kovács, “Challenges of ecocentric sustainable development in agriculture with special regard to the internet of things (IoT), an ICT perspective,” Prog. Agric. Eng. Sci., vol. 19, no. 1, pp. 113122, 2023. https://doi.org/10.1556/446.2023.00099.

    • Search Google Scholar
    • Export Citation
  • [8]

    W. Mao, Z. Liu, H. Liu, F. Yang, and M. Wang, “Research progress on synergistic technologies of agricultural multi-robots,” Appl. Sci., vol. 11, no. 4, pp. 134, 2021. https://doi.org/10.3390/app11041448.

    • Search Google Scholar
    • Export Citation
  • [9]

    K. S. Yakovlev, A. Andreychuk, T. Rybecký, and M. Kulich, “On the application of safe-interval path planning to a variant of the pickup and delivery problem,” in 17th International Conference on Informatics in Control, Automation and Robotics, 2020, pp. 521528. https://doi.org/10.5220/0009888905210528.

    • Search Google Scholar
    • Export Citation
  • [10]

    S. H. Alsamhi and B. Lee, “Blockchain-empowered multi-robot collaboration to fight COVID-19 and future pandemics,” IEEE Access, vol. 9, pp. 4417344197, 2021. https://doi.org/10.1109/ACCESS.2020.3032450.

    • Search Google Scholar
    • Export Citation
  • [11]

    S. H. H. Shah, O. M. H. Steinnes, E. G. Gustafsson, and I. A. Hameed, “Multi-agent robot system to monitor and enforce physical distancing constraints in large areas to combat COVID-19 and future pandemics,” Appl. Sci., vol. 11, no. 16, pp. 117, 2021. https://doi.org/10.3390/app11167200.

    • Search Google Scholar
    • Export Citation
  • [12]

    A. A. Oglah and M. M. Msallam, “Real-time implementation of Fuzzy Logic Controller based on chicken swarm optimization for the ball and plate system,” Int. Rev. Appl. Sci. Eng., vol. 13, no. 3, pp. 263271, 2021. https://doi.org/10.1556/1848.2021.00360.

    • Search Google Scholar
    • Export Citation
  • [13]

    H. Chakraa, F. Guérin, E. Leclercq, and D. Lefebvre, “Optimization techniques for multi-robot task allocation problems: review on the state-of-the-art,” Robotics Autonomous Syst., vol. 168, pp. 104492104506, 2023. https://doi.org/10.1016/j.robot.2023.104492.

    • Search Google Scholar
    • Export Citation
  • [14]

    A. Khamis, A. Hussein, and A. Elmogy, “Multi-robot task allocation: a review of the state-of-the-art,” Coop. Robots Sensor Networks, vol. 604, pp. 3151, 2015. https://doi.org/10.1007/978-3-319-18299-5_2.

    • Search Google Scholar
    • Export Citation
  • [15]

    H. Aziz, A. Pal, A. Pourmiri, F. Ramezani, and B. Sims, “Task allocation using a team of robots,” Curr. Robotics Rep., vol. 3, no. 4, pp. 227238, 2022. https://doi.org/10.1007/s43154-022-00087-4.

    • Search Google Scholar
    • Export Citation
  • [16]

    J. Guerrero, Ó. Valero, and G. Oliver, “Toward a possibilistic swarm multi-robot task allocation: theoretical and experimental results,” Neural Process. Lett., vol. 46, no. 3, pp. 881897, 2017. https://doi.org/10.1007/s11063-017-9647-x.

    • Search Google Scholar
    • Export Citation
  • [17]

    A. B. Bahgat, O. M. Shehata, and E. S. I. Morgan, “A multi-level architecture for solving the multi-robot task allocation problem using a market-based approach,” Int. J. Mech. Eng. Robotics, vol. 9, no. 2, pp. 293298, 2020. https://doi.org/10.18178/ijmerr.9.2.293-298.

    • Search Google Scholar
    • Export Citation
  • [18]

    E. Schneider, M. Poulton, A. Drake, L. Smith, G. Roussos, S. Parsons, and E. I. Sklar, “The application of market-based multi-robot task allocation to ambulance dispatch,” arXiv preprint arXiv2003.05550, 2020. https://doi.org/10.48550/arXiv.2003.05550.

    • Search Google Scholar
    • Export Citation
  • [19]

    M. Yang, G. Tang, X. Liu, Z. Shen, and Y.-Y. Chen, “Cooperative task assignment and path planning via an A∗-Market-Based algorithm,” in 5th Chinese Conference on Swarm Intelligence and Cooperative Control, 2022, pp. 450460. https://doi.org/10.1007/978-981-19-3998-3_43.

    • Search Google Scholar
    • Export Citation
  • [20]

    Y. Msala, O. Hamed, M. Talea, and M. Aboulfatah, “A new method for improving the fairness of multi-robot task allocation by balancing the distribution of tasks,” J. Robotics Control, vol. 4, no. 6, pp. 743753, 2023. https://doi.org/10.18196/jrc.v4i6.18650.

    • Search Google Scholar
    • Export Citation
  • [21]

    Z. Miao, W. Huang, Y. Zhang, and Q. Fan, “Multi-robot task allocation using multimodal multi-objective evolutionary algorithm based on deep reinforcement learning,” J. Shanghai Jiaotong Univ., vol. 29, pp. 377387, 2024. https://doi.org/10.1007/s12204-023-2679-7.

    • Search Google Scholar
    • Export Citation
  • [22]

    S. Ma, J. Ruan, Y. Du, R. Bucknall, and Y. Liu, “An end-to-end deep reinforcement learning based modular task allocation framework for autonomous mobile systems,” IEEE Trans. Automation Sci. Eng., 2024. https://doi.org/10.1109/TASE.2024.3367237.

    • Search Google Scholar
    • Export Citation
  • [23]

    W. Dai, H. Lu, J. Xiao, and Z. Zheng, “Task allocation without communication based on incomplete information game theory for multi-robot systems,” J. Intell. Robotic Syst., vol. 94, pp. 841856, 2019. https://doi.org/10.1007/s10846-018-0783-y.

    • Search Google Scholar
    • Export Citation
  • [24]

    L. Jin, S. Li, H. M. La, X. Zhang, and B. Hu, “Dynamic task allocation in multi-robot coordination for moving target tracking: a distributed approach,” Automatica, vol. 100, pp. 7581, 2019. https://doi.org/10.1016/j.automatica.2018.11.001.

    • Search Google Scholar
    • Export Citation
  • [25]

    S. Harifi, M. Khalilian, and J. Mohammadzadeh, “Swarm based automatic clustering using nature inspired Emperor Penguins Colony algorithm,” Evolving Syst., vol. 14, pp. 10831099, 2023. https://doi.org/10.1007/s12530-023-09507-y.

    • Search Google Scholar
    • Export Citation
  • [26]

    A. Ayari and S. Bouamama, “ACD3GPSO: automatic clustering-based algorithm for multi-robot task allocation using dynamic distributed double-guided particle swarm optimization,” Assembly Automation, vol. 40, no. 2, pp. 235247, 2020. https://doi.org/10.1108/AA-03-2019-0056.

    • Search Google Scholar
    • Export Citation
  • [27]

    H. Mitiche, D. Boughaci, and M. Gini, “Iterated local search for time-extended multi-robot task allocation with spatio-temporal and capacity constraints,” J. Intell. Syst., vol. 28, no. 2, pp. 347360, 2019. https://doi.org/10.1515/jisys-2018-0267.

    • Search Google Scholar
    • Export Citation
  • [28]

    A. E. Ezugwu, “Nature-inspired metaheuristic techniques for automatic clustering: a survey and performance study,” SN Appl. Sci., vol. 2, no. 2, pp. 273330, 2020. https://doi.org/10.1007/s42452-020-2073-0.

    • Search Google Scholar
    • Export Citation
  • [29]

    H. Qu, L. Yin, and X. Tang, “An automatic clustering method using multi-objective genetic algorithm with gene rearrangement and cluster merging,” Appl. Soft Comput., vol. 99, pp. 106929106944, 2021. https://doi.org/10.1016/j.asoc.2020.106929.

    • Search Google Scholar
    • Export Citation
  • [30]

    E. Hancer, “A new multi-objective differential evolution approach for simultaneous clustering and feature selection,” Eng. Appl. Artif. intelligence, vol. 87, pp. 103307103316, 2020. https://doi.org/10.1016/j.engappai.2019.103307.

    • Search Google Scholar
    • Export Citation
  • [31]

    P. Manikandan and S. Selvarajan, “Data clustering using cuckoo search algorithm (CSA),”, in Second International Conference on Soft Computing for Problem Solving, 2014, pp. 12751283. https://doi.org/10.1007/978-81-322-1602-5_133.

    • Search Google Scholar
    • Export Citation
  • [32]

    T. İnkaya, S. Kayalıgil, and N. E. Özdemirel, “Ant colony optimization based clustering methodology,” Appl. Soft Comput., vol. 28, pp. 301311, 2015. https://doi.org/10.1016/j.asoc.2014.11.060.

    • Search Google Scholar
    • Export Citation
  • [33]

    A. Alrosan, W. Alomoush, M. Alswaitti, K. Alissa, S. Sahran, S. N. Makhadmeh, and K. Alieyan, “Automatic data clustering based mean best artificial bee colony algorithm,” Comput. Mater. Continua, vol. 68, no. 2, pp. 15751593, 2021. https://doi.org/10.32604/cmc.2021.015925.

    • Search Google Scholar
    • Export Citation
  • [34]

    N. Q. Yousif, A. F. Hasan, A. H. Shallal, A. J. Humaidi, and L. T. Rasheed, “Performance improvement of nonlinear differentiator based on optimization algorithms,” J. Eng. Sci. Technol., vol. 18, no. 3, pp. 16961712, 2023.

    • Search Google Scholar
    • Export Citation
  • [35]

    S. Das, A. Abraham, and A. Konar, “Automatic kernel clustering with a multi-elitist particle swarm optimization algorithm,” Pattern Recognition Lett., vol. 29, no. 5, pp. 688699, 2008. https://doi.org/10.1016/j.patrec.2007.12.002.

    • Search Google Scholar
    • Export Citation
  • [36]

    A. Asma and B. Sadok, “PSO-based dynamic distributed algorithm for automatic task clustering in a robotic swarm,” Proced. Computer Sci., vol. 159, pp. 11031112, 2019. https://doi.org/10.1016/j.procs.2019.09.279.

    • Search Google Scholar
    • Export Citation
  • [37]

    M. Behera, A. Sarangi, D. Mishra, P. K. Mallick, J. Shafi, P. N. Srinivasu, and M. F. Ijaz, “Automatic data clustering by hybrid enhanced firefly and particle swarm optimization algorithms,” Mathematics, vol. 10, no. 19, pp. 35323561, 2022. https://doi.org/10.3390/math10193532.

    • Search Google Scholar
    • Export Citation
  • [38]

    S. S. Ghintab and M. Y. Hassan, “Localization for autonomous vehicles based on deep learning network,” Ind. Robot: Int. J. robotics Res. Appl., vol. 18, no. 2, pp. 128135, 2023.

    • Search Google Scholar
    • Export Citation
  • [39]

    X. Chen, P. Zhang, F. Li, and G. Du, “A cluster first strategy for distributed multi-robot task allocation problem with time constraints,” in 2018 WRC Symposium on Advanced Robotics and Automation, 2018, pp. 102107. https://doi.org/10.1109/WRC-SARA.2018.8584210.

    • Search Google Scholar
    • Export Citation
  • [40]

    R. F. Hassan, A. R. Ajel, S. J. Abbas, and A. J. Humaidi, “FPGA based HIL Co-simulation of 2DOF-PID controller tuned by PSO optimization algorithm,” ICIC Express Lett., vol. 16, no. 12, pp. 12691278, 2022.

    • Search Google Scholar
    • Export Citation
  • [41]

    A. J. Humaidi, A. A. Oglah, S. J. Abbas, and I. K. Ibraheem, “Optimal augmented linear and nonlinear PD control design for parallel robot based on PSO tuner,” Int. Rev. Model. Simulations, vol. 12, no. 5, pp. 281291, 2019.

    • Search Google Scholar
    • Export Citation
  • [42]

    A. Ayari and S. Bouamama, “A new multiple robot path planning algorithm: dynamic distributed particle swarm optimization,” Robotics Biomimetics, vol. 4, pp. 115, 2017. https://doi.org/10.1186/s40638-017-0062-6.

    • Search Google Scholar
    • Export Citation
  • [43]

    F. E. Öztürk and N. Demirel, “Comparison of the methods to determine optimal number of cluster,” Veri Bilim, vol. 6, no. 1, pp. 3445, 2022.

    • Search Google Scholar
    • Export Citation
  • [44]

    D. Dl, “A cluster separation measure,” IEEE Trans. Pattern Anal. Machine Intelligence, vol. 1, pp. 224227, 1979. https://doi.org/10.1109/TPAMI.1979.4766909.

    • Search Google Scholar
    • Export Citation
  • [45]

    A. F. Hasan, N. Al-Shamaa, S. S. Husain, A. J. Humaidi, and A. Al-dujaili, “Spotted hyena optimizer enhances the performance of fractional-order PD controller for tri-copter drone,” Int. Rev. Appl. Sci. Eng., vol. 15, no. 1, pp. 8294.

    • Search Google Scholar
    • Export Citation
  • [46]

    R. A. Kadhim, M. Q. Kadhim, H. Al-Khazraji, and A. J. Humaidi, “Bee algorithm based control design for two-links robot arm systems,” IIUM Eng. J., vol. 25, no. 2, pp. 367380, 2024.

    • Search Google Scholar
    • Export Citation
  • [47]

    R. Z. Khaleel, H. Z. Khaleel, A. A. A. Al-Hareeri, A. S. Mahdi Al-Obaidi, and A. J. Humaidi, “Improved trajectory planning of mobile robot based on pelican optimization algorithm,” J. Eur. Syst. Autom., vol. 57, no. 4, pp. 10051013, 2024. https://doi.org/10.18280/jesa.570408.

    • Search Google Scholar
    • Export Citation
  • [48]

    Z. A. Waheed and A. J. Humaidi, “Design of optimal sliding mode control of elbow wearable exoskeleton system based on Whale optimization algorithm,” J. Européen des Systèmes Automatisés, vol. 55, no. 4, pp. 459466, 2022. https://doi.org/10.18280/jesa.550404.

    • Search Google Scholar
    • Export Citation
  • [49]

    H. Al-Khazraji, K. Al-Badri, R. Al-Majeez, and A. J. Humaidi, “Synergetic control design based sparrow search optimization for tracking control of driven-pendulum system,” J. Robotics Control (Jrc), vol. 5, no. 5, pp. 15491556, 2024. https://doi.org/10.18196/jrc.v5i5.22893.

    • Search Google Scholar
    • Export Citation
  • [50]

    Z. A. Waheed, A. J. Humaidi, M. E. Sadiq, A. A Al-Qassar, A. F. Hasan,, A. Q. Al-Dujaili, and S. J. Abbas, “Control of elbow rehabilitation system based on optimal-tuned backstepping sliding mode controller,” J. Eng. Sci. Technol., vol. 18, no. 1, pp. 584603, 2023.

    • Search Google Scholar
    • Export Citation
  • [51]

    M. H. Enad, R. F. Hassan, A. A. Khaleel Mahmoud, and A. J. Humaidi, “Performance evaluation of a 2DOF_PID controller using metaheuristic optimization algorithms,” J. Eur. Syst. Autom., vol. 57, no. 3, pp. 709715, 2024. https://doi.org/10.18280/jesa.570308.

    • Search Google Scholar
    • Export Citation
  • [52]

    A. H. Humaidi, T. M. Kadhim, S. Hasan, I. Kasim Ibraheem, and A. Taher Azar, “A generic Izhikevich-modelled FPGA-realized architecture: a case study of printed English letter recognition,” in 2020 24th International Conference on System Theory, Control and Computing (ICSTCC). Sinaia, Romania: IEEE, 2020, pp. 825830.

    • Search Google Scholar
    • Export Citation
  • [53]

    A. J. Humaidi and T. M. Kadhim, “Spiking versus traditional neural networks for character recognition on FPGA platform,” J. Telecommunication, Electron. Computer Eng., vol. 10, no. 3, pp. 109115, 2018.

    • Search Google Scholar
    • Export Citation
  • [54]

    A. J. Humaidi, S. Hasan, and M. A. Fadhel, “FPGA-based lane-detection architecture for autonomous vehicles: a real-time design and development,” Asia Life Sci., no. 1, pp. 223237, 2018.

    • Search Google Scholar
    • Export Citation
  • [55]

    A. K. Aljumaili, R. F. Hassan, E. K. Hamza, and A. J. Humaidi, “FPGA implementation of lowpass FIR filter using single multiply-accumulate unit with dual-port RAM,” J. Eng. Sci. Technology, vol. 20, no. 1, pp. 345361, 2025.

    • Search Google Scholar
    • Export Citation
  • [56]

    A. M. Dalloo, A. J. Humaidi, A. K. Al Mhdawi, and H. Al-Raweshidy, “Approximate computing: concepts, architectures, challenges, applications, and future directions,” IEEE Access, vol. 12, pp. 14602214608, 2024. https://doi.org/10.1109/ACCESS.2024.3467375.

    • Search Google Scholar
    • Export Citation
  • [57]

    A. M. Dalloo and A. J. Humaidi, “Optimizing machine learning models with data-level approximate computing: the role of diverse sampling, precision scaling, quantization and feature selection strategies,” Res. Eng., vol. 24, supp. 103451, 2024. https://doi.org/10.1016/j.rineng.2024.103451.

    • Search Google Scholar
    • Export Citation
  • [58]

    A. M. Dalloo, A. J. Humaidi, A. K. A. Mhdawi, and H. Al-Raweshidy, “Low-power and low-latency hardware implementation of approximate hyperbolic and exponential functions for embedded system applications,” IEEE Access, vol. 12, pp. 2415124163, 2024. https://doi.org/10.1109/ACCESS.2024.3364361.

    • Search Google Scholar
    • Export Citation
  • [59]

    M. L. Muhammed, A. J. Humaidi, and E. H. Flaieh, “Towards comparison and real time implementation of path planning methods for 2R planar manipulator with obstacles avoidance,” Math. Model. Eng. Probl., vol. 9, no. 2, pp. 379389, 2022. https://doi.org/10.18280/mmep.090211.

    • Search Google Scholar
    • Export Citation
  • [60]

    M. L. Muhammed, A. J. Humaidi, and E. H. Flaieh, “A comparison study and real-time implementation of path planning of two arm planar manipulator based on graph search algorithms in obstacle environment,” ICIC Express Lett., vol. 17, no. 1, pp. 6172, 2023.

    • Search Google Scholar
    • Export Citation
  • [1]

    J. K. Verma and V. Ranga, “Multi-robot coordination analysis, taxonomy, challenges and future scope,” J. Intell. Robotic Syst., vol. 102, pp. 136, 2021. https://doi.org/10.1007/s10846-021-01378-2.

    • Search Google Scholar
    • Export Citation
  • [2]

    G. Kyprianou, L. Doitsidis, and S. A. Chatzichristofis, “Towards the achievement of path planning with multi-robot systems in dynamic environments,” J. Intell. Robotic Syst., vol. 104, pp. 118, 2022. https://doi.org/10.1007/s10846-021-01378-2.

    • Search Google Scholar
    • Export Citation
  • [3]

    Y. Tian, C. Chen, K. Sagoe-Crentsil, J. Zhang, and W. Duan, “Intelligent robotic systems for structural health monitoring: applications and future trends,” Automation Construct., vol. 139, pp. 111, 2022. https://doi.org/10.1016/j.autcon.2022.104273.

    • Search Google Scholar
    • Export Citation
  • [4]

    J. P. Queralta, J. Taipalmaa, B. C. Pullinen, V. K. Sarker, T. N. Gia, H. Tenhunen, M. Gabbouj, J. Raitoharju, and T. Westerlund, “Collaborative multi-robot search and rescue: planning, coordination, perception, and active vision,” IEEE Access, vol. 8, pp. 191617191643, 2020. https://doi.org/10.1109/ACCESS.2020.3030190.

    • Search Google Scholar
    • Export Citation
  • [5]

    D. Chatziparaschis, M. G. Lagoudakis, and P. Partsinevelos, “Aerial and ground robot collaboration for autonomous mapping in search and rescue missions,” Drones, vol. 4, no. 4, pp. 124, 2020. https://doi.org/10.3390/DRONES4040079.

    • Search Google Scholar
    • Export Citation
  • [6]

    A. Dutta, S. Roy, O. P. Kreidl, and L. Bölöni, “Multi-robot information gathering for precision agriculture: current state, scope, and challenges,” IEEE Access, vol. 9, pp. 161416161430, 2021. https://doi.org/10.1109/ACCESS.2021.3130900.

    • Search Google Scholar
    • Export Citation
  • [7]

    M. Neményi, B. Ambrus, G. Teschner, T. Alahmad, A. Nyéki, and A. J. Kovács, “Challenges of ecocentric sustainable development in agriculture with special regard to the internet of things (IoT), an ICT perspective,” Prog. Agric. Eng. Sci., vol. 19, no. 1, pp. 113122, 2023. https://doi.org/10.1556/446.2023.00099.

    • Search Google Scholar
    • Export Citation
  • [8]

    W. Mao, Z. Liu, H. Liu, F. Yang, and M. Wang, “Research progress on synergistic technologies of agricultural multi-robots,” Appl. Sci., vol. 11, no. 4, pp. 134, 2021. https://doi.org/10.3390/app11041448.

    • Search Google Scholar
    • Export Citation
  • [9]

    K. S. Yakovlev, A. Andreychuk, T. Rybecký, and M. Kulich, “On the application of safe-interval path planning to a variant of the pickup and delivery problem,” in 17th International Conference on Informatics in Control, Automation and Robotics, 2020, pp. 521528. https://doi.org/10.5220/0009888905210528.

    • Search Google Scholar
    • Export Citation
  • [10]

    S. H. Alsamhi and B. Lee, “Blockchain-empowered multi-robot collaboration to fight COVID-19 and future pandemics,” IEEE Access, vol. 9, pp. 4417344197, 2021. https://doi.org/10.1109/ACCESS.2020.3032450.

    • Search Google Scholar
    • Export Citation
  • [11]

    S. H. H. Shah, O. M. H. Steinnes, E. G. Gustafsson, and I. A. Hameed, “Multi-agent robot system to monitor and enforce physical distancing constraints in large areas to combat COVID-19 and future pandemics,” Appl. Sci., vol. 11, no. 16, pp. 117, 2021. https://doi.org/10.3390/app11167200.

    • Search Google Scholar
    • Export Citation
  • [12]

    A. A. Oglah and M. M. Msallam, “Real-time implementation of Fuzzy Logic Controller based on chicken swarm optimization for the ball and plate system,” Int. Rev. Appl. Sci. Eng., vol. 13, no. 3, pp. 263271, 2021. https://doi.org/10.1556/1848.2021.00360.

    • Search Google Scholar
    • Export Citation
  • [13]

    H. Chakraa, F. Guérin, E. Leclercq, and D. Lefebvre, “Optimization techniques for multi-robot task allocation problems: review on the state-of-the-art,” Robotics Autonomous Syst., vol. 168, pp. 104492104506, 2023. https://doi.org/10.1016/j.robot.2023.104492.

    • Search Google Scholar
    • Export Citation
  • [14]

    A. Khamis, A. Hussein, and A. Elmogy, “Multi-robot task allocation: a review of the state-of-the-art,” Coop. Robots Sensor Networks, vol. 604, pp. 3151, 2015. https://doi.org/10.1007/978-3-319-18299-5_2.

    • Search Google Scholar
    • Export Citation
  • [15]

    H. Aziz, A. Pal, A. Pourmiri, F. Ramezani, and B. Sims, “Task allocation using a team of robots,” Curr. Robotics Rep., vol. 3, no. 4, pp. 227238, 2022. https://doi.org/10.1007/s43154-022-00087-4.

    • Search Google Scholar
    • Export Citation
  • [16]

    J. Guerrero, Ó. Valero, and G. Oliver, “Toward a possibilistic swarm multi-robot task allocation: theoretical and experimental results,” Neural Process. Lett., vol. 46, no. 3, pp. 881897, 2017. https://doi.org/10.1007/s11063-017-9647-x.

    • Search Google Scholar
    • Export Citation
  • [17]

    A. B. Bahgat, O. M. Shehata, and E. S. I. Morgan, “A multi-level architecture for solving the multi-robot task allocation problem using a market-based approach,” Int. J. Mech. Eng. Robotics, vol. 9, no. 2, pp. 293298, 2020. https://doi.org/10.18178/ijmerr.9.2.293-298.

    • Search Google Scholar
    • Export Citation
  • [18]

    E. Schneider, M. Poulton, A. Drake, L. Smith, G. Roussos, S. Parsons, and E. I. Sklar, “The application of market-based multi-robot task allocation to ambulance dispatch,” arXiv preprint arXiv2003.05550, 2020. https://doi.org/10.48550/arXiv.2003.05550.

    • Search Google Scholar
    • Export Citation
  • [19]

    M. Yang, G. Tang, X. Liu, Z. Shen, and Y.-Y. Chen, “Cooperative task assignment and path planning via an A∗-Market-Based algorithm,” in 5th Chinese Conference on Swarm Intelligence and Cooperative Control, 2022, pp. 450460. https://doi.org/10.1007/978-981-19-3998-3_43.

    • Search Google Scholar
    • Export Citation
  • [20]

    Y. Msala, O. Hamed, M. Talea, and M. Aboulfatah, “A new method for improving the fairness of multi-robot task allocation by balancing the distribution of tasks,” J. Robotics Control, vol. 4, no. 6, pp. 743753, 2023. https://doi.org/10.18196/jrc.v4i6.18650.

    • Search Google Scholar
    • Export Citation
  • [21]

    Z. Miao, W. Huang, Y. Zhang, and Q. Fan, “Multi-robot task allocation using multimodal multi-objective evolutionary algorithm based on deep reinforcement learning,” J. Shanghai Jiaotong Univ., vol. 29, pp. 377387, 2024. https://doi.org/10.1007/s12204-023-2679-7.

    • Search Google Scholar
    • Export Citation
  • [22]

    S. Ma, J. Ruan, Y. Du, R. Bucknall, and Y. Liu, “An end-to-end deep reinforcement learning based modular task allocation framework for autonomous mobile systems,” IEEE Trans. Automation Sci. Eng., 2024. https://doi.org/10.1109/TASE.2024.3367237.

    • Search Google Scholar
    • Export Citation
  • [23]

    W. Dai, H. Lu, J. Xiao, and Z. Zheng, “Task allocation without communication based on incomplete information game theory for multi-robot systems,” J. Intell. Robotic Syst., vol. 94, pp. 841856, 2019. https://doi.org/10.1007/s10846-018-0783-y.

    • Search Google Scholar
    • Export Citation
  • [24]

    L. Jin, S. Li, H. M. La, X. Zhang, and B. Hu, “Dynamic task allocation in multi-robot coordination for moving target tracking: a distributed approach,” Automatica, vol. 100, pp. 7581, 2019. https://doi.org/10.1016/j.automatica.2018.11.001.

    • Search Google Scholar
    • Export Citation
  • [25]

    S. Harifi, M. Khalilian, and J. Mohammadzadeh, “Swarm based automatic clustering using nature inspired Emperor Penguins Colony algorithm,” Evolving Syst., vol. 14, pp. 10831099, 2023. https://doi.org/10.1007/s12530-023-09507-y.

    • Search Google Scholar
    • Export Citation
  • [26]

    A. Ayari and S. Bouamama, “ACD3GPSO: automatic clustering-based algorithm for multi-robot task allocation using dynamic distributed double-guided particle swarm optimization,” Assembly Automation, vol. 40, no. 2, pp. 235247, 2020. https://doi.org/10.1108/AA-03-2019-0056.

    • Search Google Scholar
    • Export Citation
  • [27]

    H. Mitiche, D. Boughaci, and M. Gini, “Iterated local search for time-extended multi-robot task allocation with spatio-temporal and capacity constraints,” J. Intell. Syst., vol. 28, no. 2, pp. 347360, 2019. https://doi.org/10.1515/jisys-2018-0267.

    • Search Google Scholar
    • Export Citation
  • [28]

    A. E. Ezugwu, “Nature-inspired metaheuristic techniques for automatic clustering: a survey and performance study,” SN Appl. Sci., vol. 2, no. 2, pp. 273330, 2020. https://doi.org/10.1007/s42452-020-2073-0.

    • Search Google Scholar
    • Export Citation
  • [29]

    H. Qu, L. Yin, and X. Tang, “An automatic clustering method using multi-objective genetic algorithm with gene rearrangement and cluster merging,” Appl. Soft Comput., vol. 99, pp. 106929106944, 2021. https://doi.org/10.1016/j.asoc.2020.106929.

    • Search Google Scholar
    • Export Citation
  • [30]

    E. Hancer, “A new multi-objective differential evolution approach for simultaneous clustering and feature selection,” Eng. Appl. Artif. intelligence, vol. 87, pp. 103307103316, 2020. https://doi.org/10.1016/j.engappai.2019.103307.

    • Search Google Scholar
    • Export Citation
  • [31]

    P. Manikandan and S. Selvarajan, “Data clustering using cuckoo search algorithm (CSA),”, in Second International Conference on Soft Computing for Problem Solving, 2014, pp. 12751283. https://doi.org/10.1007/978-81-322-1602-5_133.

    • Search Google Scholar
    • Export Citation
  • [32]

    T. İnkaya, S. Kayalıgil, and N. E. Özdemirel, “Ant colony optimization based clustering methodology,” Appl. Soft Comput., vol. 28, pp. 301311, 2015. https://doi.org/10.1016/j.asoc.2014.11.060.

    • Search Google Scholar
    • Export Citation
  • [33]

    A. Alrosan, W. Alomoush, M. Alswaitti, K. Alissa, S. Sahran, S. N. Makhadmeh, and K. Alieyan, “Automatic data clustering based mean best artificial bee colony algorithm,” Comput. Mater. Continua, vol. 68, no. 2, pp. 15751593, 2021. https://doi.org/10.32604/cmc.2021.015925.

    • Search Google Scholar
    • Export Citation
  • [34]

    N. Q. Yousif, A. F. Hasan, A. H. Shallal, A. J. Humaidi, and L. T. Rasheed, “Performance improvement of nonlinear differentiator based on optimization algorithms,” J. Eng. Sci. Technol., vol. 18, no. 3, pp. 16961712, 2023.

    • Search Google Scholar
    • Export Citation
  • [35]

    S. Das, A. Abraham, and A. Konar, “Automatic kernel clustering with a multi-elitist particle swarm optimization algorithm,” Pattern Recognition Lett., vol. 29, no. 5, pp. 688699, 2008. https://doi.org/10.1016/j.patrec.2007.12.002.

    • Search Google Scholar
    • Export Citation
  • [36]

    A. Asma and B. Sadok, “PSO-based dynamic distributed algorithm for automatic task clustering in a robotic swarm,” Proced. Computer Sci., vol. 159, pp. 11031112, 2019. https://doi.org/10.1016/j.procs.2019.09.279.

    • Search Google Scholar
    • Export Citation
  • [37]

    M. Behera, A. Sarangi, D. Mishra, P. K. Mallick, J. Shafi, P. N. Srinivasu, and M. F. Ijaz, “Automatic data clustering by hybrid enhanced firefly and particle swarm optimization algorithms,” Mathematics, vol. 10, no. 19, pp. 35323561, 2022. https://doi.org/10.3390/math10193532.

    • Search Google Scholar
    • Export Citation
  • [38]

    S. S. Ghintab and M. Y. Hassan, “Localization for autonomous vehicles based on deep learning network,” Ind. Robot: Int. J. robotics Res. Appl., vol. 18, no. 2, pp. 128135, 2023.

    • Search Google Scholar
    • Export Citation
  • [39]

    X. Chen, P. Zhang, F. Li, and G. Du, “A cluster first strategy for distributed multi-robot task allocation problem with time constraints,” in 2018 WRC Symposium on Advanced Robotics and Automation, 2018, pp. 102107. https://doi.org/10.1109/WRC-SARA.2018.8584210.

    • Search Google Scholar
    • Export Citation
  • [40]

    R. F. Hassan, A. R. Ajel, S. J. Abbas, and A. J. Humaidi, “FPGA based HIL Co-simulation of 2DOF-PID controller tuned by PSO optimization algorithm,” ICIC Express Lett., vol. 16, no. 12, pp. 12691278, 2022.

    • Search Google Scholar
    • Export Citation
  • [41]

    A. J. Humaidi, A. A. Oglah, S. J. Abbas, and I. K. Ibraheem, “Optimal augmented linear and nonlinear PD control design for parallel robot based on PSO tuner,” Int. Rev. Model. Simulations, vol. 12, no. 5, pp. 281291, 2019.

    • Search Google Scholar
    • Export Citation
  • [42]

    A. Ayari and S. Bouamama, “A new multiple robot path planning algorithm: dynamic distributed particle swarm optimization,” Robotics Biomimetics, vol. 4, pp. 115, 2017. https://doi.org/10.1186/s40638-017-0062-6.

    • Search Google Scholar
    • Export Citation
  • [43]

    F. E. Öztürk and N. Demirel, “Comparison of the methods to determine optimal number of cluster,” Veri Bilim, vol. 6, no. 1, pp. 3445, 2022.

    • Search Google Scholar
    • Export Citation
  • [44]

    D. Dl, “A cluster separation measure,” IEEE Trans. Pattern Anal. Machine Intelligence, vol. 1, pp. 224227, 1979. https://doi.org/10.1109/TPAMI.1979.4766909.

    • Search Google Scholar
    • Export Citation
  • [45]

    A. F. Hasan, N. Al-Shamaa, S. S. Husain, A. J. Humaidi, and A. Al-dujaili, “Spotted hyena optimizer enhances the performance of fractional-order PD controller for tri-copter drone,” Int. Rev. Appl. Sci. Eng., vol. 15, no. 1, pp. 8294.

    • Search Google Scholar
    • Export Citation
  • [46]

    R. A. Kadhim, M. Q. Kadhim, H. Al-Khazraji, and A. J. Humaidi, “Bee algorithm based control design for two-links robot arm systems,” IIUM Eng. J., vol. 25, no. 2, pp. 367380, 2024.

    • Search Google Scholar
    • Export Citation
  • [47]

    R. Z. Khaleel, H. Z. Khaleel, A. A. A. Al-Hareeri, A. S. Mahdi Al-Obaidi, and A. J. Humaidi, “Improved trajectory planning of mobile robot based on pelican optimization algorithm,” J. Eur. Syst. Autom., vol. 57, no. 4, pp. 10051013, 2024. https://doi.org/10.18280/jesa.570408.

    • Search Google Scholar
    • Export Citation
  • [48]

    Z. A. Waheed and A. J. Humaidi, “Design of optimal sliding mode control of elbow wearable exoskeleton system based on Whale optimization algorithm,” J. Européen des Systèmes Automatisés, vol. 55, no. 4, pp. 459466, 2022. https://doi.org/10.18280/jesa.550404.

    • Search Google Scholar
    • Export Citation
  • [49]

    H. Al-Khazraji, K. Al-Badri, R. Al-Majeez, and A. J. Humaidi, “Synergetic control design based sparrow search optimization for tracking control of driven-pendulum system,” J. Robotics Control (Jrc), vol. 5, no. 5, pp. 15491556, 2024. https://doi.org/10.18196/jrc.v5i5.22893.

    • Search Google Scholar
    • Export Citation
  • [50]

    Z. A. Waheed, A. J. Humaidi, M. E. Sadiq, A. A Al-Qassar, A. F. Hasan,, A. Q. Al-Dujaili, and S. J. Abbas, “Control of elbow rehabilitation system based on optimal-tuned backstepping sliding mode controller,” J. Eng. Sci. Technol., vol. 18, no. 1, pp. 584603, 2023.

    • Search Google Scholar
    • Export Citation
  • [51]

    M. H. Enad, R. F. Hassan, A. A. Khaleel Mahmoud, and A. J. Humaidi, “Performance evaluation of a 2DOF_PID controller using metaheuristic optimization algorithms,” J. Eur. Syst. Autom., vol. 57, no. 3, pp. 709715, 2024. https://doi.org/10.18280/jesa.570308.

    • Search Google Scholar
    • Export Citation
  • [52]

    A. H. Humaidi, T. M. Kadhim, S. Hasan, I. Kasim Ibraheem, and A. Taher Azar, “A generic Izhikevich-modelled FPGA-realized architecture: a case study of printed English letter recognition,” in 2020 24th International Conference on System Theory, Control and Computing (ICSTCC). Sinaia, Romania: IEEE, 2020, pp. 825830.

    • Search Google Scholar
    • Export Citation
  • [53]

    A. J. Humaidi and T. M. Kadhim, “Spiking versus traditional neural networks for character recognition on FPGA platform,” J. Telecommunication, Electron. Computer Eng., vol. 10, no. 3, pp. 109115, 2018.

    • Search Google Scholar
    • Export Citation
  • [54]

    A. J. Humaidi, S. Hasan, and M. A. Fadhel, “FPGA-based lane-detection architecture for autonomous vehicles: a real-time design and development,” Asia Life Sci., no. 1, pp. 223237, 2018.

    • Search Google Scholar
    • Export Citation
  • [55]

    A. K. Aljumaili, R. F. Hassan, E. K. Hamza, and A. J. Humaidi, “FPGA implementation of lowpass FIR filter using single multiply-accumulate unit with dual-port RAM,” J. Eng. Sci. Technology, vol. 20, no. 1, pp. 345361, 2025.

    • Search Google Scholar
    • Export Citation
  • [56]

    A. M. Dalloo, A. J. Humaidi, A. K. Al Mhdawi, and H. Al-Raweshidy, “Approximate computing: concepts, architectures, challenges, applications, and future directions,” IEEE Access, vol. 12, pp. 14602214608, 2024. https://doi.org/10.1109/ACCESS.2024.3467375.

    • Search Google Scholar
    • Export Citation
  • [57]

    A. M. Dalloo and A. J. Humaidi, “Optimizing machine learning models with data-level approximate computing: the role of diverse sampling, precision scaling, quantization and feature selection strategies,” Res. Eng., vol. 24, supp. 103451, 2024. https://doi.org/10.1016/j.rineng.2024.103451.

    • Search Google Scholar
    • Export Citation
  • [58]

    A. M. Dalloo, A. J. Humaidi, A. K. A. Mhdawi, and H. Al-Raweshidy, “Low-power and low-latency hardware implementation of approximate hyperbolic and exponential functions for embedded system applications,” IEEE Access, vol. 12, pp. 2415124163, 2024. https://doi.org/10.1109/ACCESS.2024.3364361.

    • Search Google Scholar
    • Export Citation
  • [59]

    M. L. Muhammed, A. J. Humaidi, and E. H. Flaieh, “Towards comparison and real time implementation of path planning methods for 2R planar manipulator with obstacles avoidance,” Math. Model. Eng. Probl., vol. 9, no. 2, pp. 379389, 2022. https://doi.org/10.18280/mmep.090211.

    • Search Google Scholar
    • Export Citation
  • [60]

    M. L. Muhammed, A. J. Humaidi, and E. H. Flaieh, “A comparison study and real-time implementation of path planning of two arm planar manipulator based on graph search algorithms in obstacle environment,” ICIC Express Lett., vol. 17, no. 1, pp. 6172, 2023.

    • Search Google Scholar
    • Export Citation
  • Collapse
  • Expand

Senior editors

Editor-in-Chief: Ákos, LakatosUniversity of Debrecen, Hungary

Founder, former Editor-in-Chief (2011-2020): Ferenc Kalmár, University of Debrecen, Hungary

Founding Editor: György Csomós, University of Debrecen, Hungary

Associate Editor: Derek Clements Croome, University of Reading, UK

Associate Editor: Dezső Beke, University of Debrecen, Hungary

Editorial Board

  • Mohammad Nazir AHMAD, Institute of Visual Informatics, Universiti Kebangsaan Malaysia, Malaysia

    Murat BAKIROV, Center for Materials and Lifetime Management Ltd., Moscow, Russia

    Nicolae BALC, Technical University of Cluj-Napoca, Cluj-Napoca, Romania

    Umberto BERARDI, Toronto Metropolitan University, Toronto, Canada

    Ildikó BODNÁR, University of Debrecen, Debrecen, Hungary

    Sándor BODZÁS, University of Debrecen, Debrecen, Hungary

    Fatih Mehmet BOTSALI, Selçuk University, Konya, Turkey

    Samuel BRUNNER, Empa Swiss Federal Laboratories for Materials Science and Technology, Dübendorf, Switzerland

    István BUDAI, University of Debrecen, Debrecen, Hungary

    Constantin BUNGAU, University of Oradea, Oradea, Romania

    Shanshan CAI, Huazhong University of Science and Technology, Wuhan, China

    Michele De CARLI, University of Padua, Padua, Italy

    Robert CERNY, Czech Technical University in Prague, Prague, Czech Republic

    Erdem CUCE, Recep Tayyip Erdogan University, Rize, Turkey

    György CSOMÓS, University of Debrecen, Debrecen, Hungary

    Tamás CSOKNYAI, Budapest University of Technology and Economics, Budapest, Hungary

    Anna FORMICA, IASI National Research Council, Rome, Italy

    Alexandru GACSADI, University of Oradea, Oradea, Romania

    Eugen Ioan GERGELY, University of Oradea, Oradea, Romania

    Janez GRUM, University of Ljubljana, Ljubljana, Slovenia

    Géza HUSI, University of Debrecen, Debrecen, Hungary

    Ghaleb A. HUSSEINI, American University of Sharjah, Sharjah, United Arab Emirates

    Nikolay IVANOV, Peter the Great St. Petersburg Polytechnic University, St. Petersburg, Russia

    Antal JÁRAI, Eötvös Loránd University, Budapest, Hungary

    Gudni JÓHANNESSON, The National Energy Authority of Iceland, Reykjavik, Iceland

    László KAJTÁR, Budapest University of Technology and Economics, Budapest, Hungary

    Ferenc KALMÁR, University of Debrecen, Debrecen, Hungary

    Tünde KALMÁR, University of Debrecen, Debrecen, Hungary

    Milos KALOUSEK, Brno University of Technology, Brno, Czech Republik

    Jan KOCI, Czech Technical University in Prague, Prague, Czech Republic

    Vaclav KOCI, Czech Technical University in Prague, Prague, Czech Republic

    Imre KOCSIS, University of Debrecen, Debrecen, Hungary

    Imre KOVÁCS, University of Debrecen, Debrecen, Hungary

    Angela Daniela LA ROSA, Norwegian University of Science and Technology, Trondheim, Norway

    Éva LOVRA, Univeqrsity of Debrecen, Debrecen, Hungary

    Elena LUCCHI, Eurac Research, Institute for Renewable Energy, Bolzano, Italy

    Tamás MANKOVITS, University of Debrecen, Debrecen, Hungary

    Igor MEDVED, Slovak Technical University in Bratislava, Bratislava, Slovakia

    Ligia MOGA, Technical University of Cluj-Napoca, Cluj-Napoca, Romania

    Marco MOLINARI, Royal Institute of Technology, Stockholm, Sweden

    Henrieta MORAVCIKOVA, Slovak Academy of Sciences, Bratislava, Slovakia

    Phalguni MUKHOPHADYAYA, University of Victoria, Victoria, Canada

    Balázs NAGY, Budapest University of Technology and Economics, Budapest, Hungary

    Husam S. NAJM, Rutgers University, New Brunswick, USA

    Jozsef NYERS, Subotica Tech College of Applied Sciences, Subotica, Serbia

    Bjarne W. OLESEN, Technical University of Denmark, Lyngby, Denmark

    Stefan ONIGA, North University of Baia Mare, Baia Mare, Romania

    Joaquim Norberto PIRES, Universidade de Coimbra, Coimbra, Portugal

    László POKORÁDI, Óbuda University, Budapest, Hungary

    Roman RABENSEIFER, Slovak University of Technology in Bratislava, Bratislava, Slovak Republik

    Mohammad H. A. SALAH, Hashemite University, Zarqua, Jordan

    Dietrich SCHMIDT, Fraunhofer Institute for Wind Energy and Energy System Technology IWES, Kassel, Germany

    Lorand SZABÓ, Technical University of Cluj-Napoca, Cluj-Napoca, Romania

    Csaba SZÁSZ, Technical University of Cluj-Napoca, Cluj-Napoca, Romania

    Ioan SZÁVA, Transylvania University of Brasov, Brasov, Romania

    Péter SZEMES, University of Debrecen, Debrecen, Hungary

    Edit SZŰCS, University of Debrecen, Debrecen, Hungary

    Radu TARCA, University of Oradea, Oradea, Romania

    Zsolt TIBA, University of Debrecen, Debrecen, Hungary

    László TÓTH, University of Debrecen, Debrecen, Hungary

    László TÖRÖK, University of Debrecen, Debrecen, Hungary

    Anton TRNIK, Constantine the Philosopher University in Nitra, Nitra, Slovakia

    Ibrahim UZMAY, Erciyes University, Kayseri, Turkey

    Andrea VALLATI, Sapienza University, Rome, Italy

    Tibor VESSELÉNYI, University of Oradea, Oradea, Romania

    Nalinaksh S. VYAS, Indian Institute of Technology, Kanpur, India

    Deborah WHITE, The University of Adelaide, Adelaide, Australia

International Review of Applied Sciences and Engineering
Address of the institute: Faculty of Engineering, University of Debrecen
H-4028 Debrecen, Ótemető u. 2-4. Hungary
Email: irase@eng.unideb.hu

Indexing and Abstracting Services:

  • DOAJ
  • ERIH PLUS
  • Google Scholar
  • ProQuest
  • SCOPUS
  • Ulrich's Periodicals Directory

 

2023  
Scimago  
Scimago
H-index
11
Scimago
Journal Rank
0.249
Scimago Quartile Score Architecture (Q2)
Engineering (miscellaneous) (Q3)
Environmental Engineering (Q3)
Information Systems (Q4)
Management Science and Operations Research (Q4)
Materials Science (miscellaneous) (Q3)
Scopus  
Scopus
Cite Score
2.3
Scopus
CIte Score Rank
Architecture (Q1)
General Engineering (Q2)
Materials Science (miscellaneous) (Q3)
Environmental Engineering (Q3)
Management Science and Operations Research (Q3)
Information Systems (Q3)
 
Scopus
SNIP
0.751


International Review of Applied Sciences and Engineering
Publication Model Gold Open Access
Online only
Submission Fee none
Article Processing Charge 1100 EUR/article
Regional discounts on country of the funding agency World Bank Lower-middle-income economies: 50%
World Bank Low-income economies: 100%
Further Discounts Limited number of full waivers available. Editorial Board / Advisory Board members: 50%
Corresponding authors, affiliated to an EISZ member institution subscribing to the journal package of Akadémiai Kiadó: 100%
Subscription Information Gold Open Access

International Review of Applied Sciences and Engineering
Language English
Size A4
Year of
Foundation
2010
Volumes
per Year
1
Issues
per Year
3
Founder Debreceni Egyetem
Founder's
Address
H-4032 Debrecen, Hungary Egyetem tér 1
Publisher Akadémiai Kiadó
Publisher's
Address
H-1117 Budapest, Hungary 1516 Budapest, PO Box 245.
Responsible
Publisher
Chief Executive Officer, Akadémiai Kiadó
ISSN 2062-0810 (Print)
ISSN 2063-4269 (Online)

Monthly Content Usage

Abstract Views Full Text Views PDF Downloads
Oct 2024 0 0 0
Nov 2024 0 0 0
Dec 2024 0 0 0
Jan 2025 0 0 0
Feb 2025 0 954 17
Mar 2025 0 24064 95
Apr 2025 0 0 0