Iee Digital Marketing
Iee Digital Marketing
Iee Digital Marketing
1,2,3Training center of State Grid Hebei Electric Power Co., Ltd, Shijiazhuang 050031, Hebei, China,
[email protected],[email protected],[email protected]
1 INTRODUCTION
With the changes of the globalized economic development situation, enterprises are facing more and
more complex external environment. At this time, strengthening human resource management will
help enterprises to improve their risk resistance ability, reduce brain drain, and ensure operational
efficiency [16]. Under the new situation, the human resource management of enterprises is more
systematic and comprehensive, and it is necessary to adjust the strategic plan in a timely manner
in combination with changes in the external environment and internal business conditions, to play a
more efficient human resource management function [7]. At the same time, human resource
management in the new era places more emphasis on the participation of all employees and the
construction of the whole process. The initiative and autonomy of human resource management in
various departments should be improved to better stimulate the vitality and creativity of talents and
enhance the contribution of human capital to promoting economic benefits. important role. Under
the complex and changeable economic situation, enterprises should update human resource
management concepts, promote organizational reform, and improve organizational training and
performance appraisal systems [21]. At present, the lack of scientific in the management concept,
system construction, performance appraisal, and information construction of enterprises makes
human resource management activities unable to effectively help enterprises to enhance their core
competitive advantages, and seriously affects the stability of their internal operations [2]. Therefore,
enterprises should comprehensively analyze the current problems in human resource management,
and then build an efficient, dynamic, and flexible human resource management system, and
formulate relevant human resource management risk response mechanisms to create an
organizational culture that is conducive to ensuring personnel stability. Institutional system to ensure
the economic performance of enterprises.
The name Project Management first appeared in the Manhattan Project in the United States. In
the early 1960s, famous mathematicians in my country introduced the idea of project management
into China, which had a positive impact on the management of related fields in my country. Project
management includes project time management, cost management and quality management.
Project scheduling is closely related to project time and cost and is one of the core contents of project
management [24]. Early project management did not consider resource constraints, but in recent
decades, people have increasingly realized that the project scheduling plan prepared using the
classical project scheduling methods CPM and PERT often cannot be implemented smoothly under
the condition of limited resources. The research on RCPSP can be summarized into two aspects: one
is to establish RCPSP models that meet different requirements, and the other is to solve RCPSP
algorithms. RCPSP is mostly NP. Hard problems are more difficult to solve. This paper proposes a
Memetic algorithm (MA) for RCPSP. MA uses the task linked list as the individual code, the single-
point crossover operator as the recombination operator and uses different combinations of five local
search processes to improve the offspring individuals [6]. Many cases from the three groups of case
sets J30, J60 and J120 in the RCPSP standard problem library PSPLIB are used to test MA, and the
results show that MA has strong competitiveness. In the whole process, relying on effective data
fusion analysis and the communication of individual codes in the task chain, our method provides
effective guidance information for subsequent human resource allocation.
2 RELATED WORK
management activities, so that the work problems and business risks generated by personnel at all
levels cannot be solved and fed back in time; secondly, it is difficult for the company to formulate
human resource strategies to meet development needs. , the investment in human capital is
insufficient, and it is impossible to create a talent management system that can attract employees,
thereby affecting the acquisition of corporate economic benefits [22]. Some enterprises lack
scientific human resource management concepts, pay too much attention to short-term human cost
control, while ignoring long-term human capital investment returns, and pay insufficient attention
to talent training and salary incentives, which is prone to brain drain, which in turn causes
management problems. confusion, affecting the acquisition of the ultimate economic benefits [9].
And some enterprises only focus on short-term labor cost control and lack a correct understanding
of how to accumulate human resources to obtain higher levels of economic performance; finally,
enterprises lack a scientific talent allocation mechanism, resulting in an unreasonable human capital
structure and affecting various business management activities. successful implementation [1].
Talent allocation is related to the combination of people and positions, the cultivation of subsequent
talents, and how to retain the talents of the enterprise. However, the lack of scientific talent
development planning in the enterprise makes the enthusiasm of some employees not high, thus
restricting the innovation and profit growth of the enterprise.Lastly, digital marketing can enable
effective talent development planning and performance feedback mechanisms. Learning
management systems and online training programs can be implemented to provide continuous
learning and skill development opportunities for employees. Moreover, digital tools can facilitate
regular performance evaluations, feedback loops, and goal tracking, enabling timely recognition,
support, and corrective actions.
resource allocation, and meeting the needs of talents in various business management activities,
can enterprises pass the human capital. Continue to leverage the economic benefits of more
enterprises [20].
SSmmin
imj
STj − STi SSmmax
im j
(1)
The SF, FS, and FF-type time constraints between tasks can also be described by Equation (1).
Solving RCPSP is to determine the execution mode and start execution time of each task under the
condition of ensuring resource constraints and time constraints between tasks, so that one or more
project indicators are optimal.
3 METHODOLOGY
framework, different local search methods are used to form different algorithms. For example, the
global search strategy can use genetic algorithm, evolution strategy, etc. The strategy can use
simulated annealing, tabu search, greedy algorithm, guided local search, etc. The execution process
of MA is to initialize the population first, generate a set of chromosomes with reasonable spatial
distribution (random solution), and then obtain the optimal solution (near-optimal solution) through
local search. In each iteration, chromosomes are updated through crossover, mutation, and local
search. The algorithm flow is shown in Figure 1.
start
Initialize
population
NO
end
Evaluation and
selection
Mutation+local
search
It can be seen from the flow of the algorithm that IvlA fully absorbs the advantages of GA and LS.
MA not only has a strong global optimization ability, but also performs Local Search after each
crossover and mutation and eliminates bad individuals as soon as possible. By optimizing the
population distribution, it reduces the number of iterations, improves the solution efficiency, and
ensures the quality of the output solution. MA combines the genetic algorithm with the local search
process. From the perspective of genetic algorithm, MA is a standard genetic algorithm that runs on
the local optimal solution. Compared with the standard genetic algorithm, its efficiency is mainly
reflected in the reduction of the search space. From the point of view of local search algorithm, MA
is a local search algorithm starting from multiple points. Compared with the local search algorithm
starting from multiple points, the efficiency of MA can be explained as starting from multiple better
solutions for local search., the optimal solution (near-optimal solution) can usually be reached after
less iterations.
in the process of designing RCPSP solving algorithms. The encoding methods of the meta-heuristic
algorithm for solving RCPSP are classified into five kinds: task linked list encoding, task priority value
linked list encoding, scheduling rule linked list encoding, shift vector linked list encoding and
scheduling scheme linked list encoding. According to the research conclusion, the meta-heuristic
algorithm using task linked list encoding and serial scheduling scheme (SSS) decoding is better than
other encoding methods. Therefore, the MA proposed in this paper is encoded using a linked list of
tasks and decoded using the SSS process.
4 EXPERIMENTS
GD = * di p
(2)
P i =1
Among them, id is the Euclidean distance between the ith individual and the corresponding real
Pareto frontier, p is the number of objectives in the optimization problem, and for the optimization
problem of two objectives, p = 2. Population diversity is defined as formula (3):
p
1
P* −1
= p d m + di − d
e
(3)
dm + P d m=1
e
m =1
* i =1
where it is the Euclidean distance between two adjacent points in *P, d is the average of all ids, and
em d is the sum of the boundary solution of *P found on the MTh target and the extreme solution
of the true Pareto frontier P. distance between. Considering both the breadth and uniformity of the
required *P distribution, em d is used to measure the breadth of the *P distribution, and || id d is
used to measure the uniformity of the *P distribution. For a set of ideal Pareto frontiers (uniform
distribution id d, em d =0), =0, therefore, the smaller is, the better the diversity of the Pareto
frontier is. Dimension d = 30 in test cases ZDT1, ZDT2, ZDT3, d = 10 in ZDT4, and d = 5 in LZ. In
the IMOCS algorithm, it is found that the probability 0.5 a p is the same as that of MOCS. The initial
value of dynamic adaptive change 0 of SCH, ZDT1, ZDT2, and ZDT3 is 0.1, the change rate K=1.07,
the threshold value T=0.3, and 0 is limited to [0.01,2]; ZDT4, the initial value of the dynamic
adaptive change 0 of LZ is 0.5, the change rate K=1.07, the threshold value T=0.15, and 0 is limited
to [0.1,5]. The settings of the above parameters, the limited range of 0, the rate of change K, and
the threshold T are obtained from multiple experiments.
IMOCS/dyna 3.79 5.37 8.06 5.66 9.99 8.47 1.04 1.67 1.23 1.26 1.68 2.44
mic 0 E-06 E-11 E-07 E-12 E-07 E-12 E-06 E-13 E-06 E-12 E-04 E-07
Table 1: Mean value and variance of GD obtained when step size control variable is dynamically
adaptive and fixed.
Figure 2 presents the Pareto frontier for each test case. For ZDT4, the IMOCS under the dynamic
adaptive change is 4 orders of magnitude smaller than that required by the fixed IMOCS, which is a
great improvement, because the fixed IMOCS fails to search the global Pareto front in 10
independent runs, and the IMOCS under dynamic adaptive changes all search for the global Pareto
frontier, so this is more intuitively reflected in the Pareto frontier diagram of ZDT4.
2 2 2 2 2 2
IMOCS/fixe 5.15 1.75 5.87 1.12 5.66 9.85 7.06 1.18 7.66 6.28 1.41 1.69
d 0 E- E- E- E- E- E- E- E- E- E- E- E-
02 05 02 04 02 05 02 04 02 04 00E 03
IMOCS/dyna 4.66 2.14 5.14 7.73 5.15 2.38 6.88 1.74 6.03 3.18 9.62 2.26
mic 0 E- E- E- E- E- E- E- E- E- E- E-02 E-
02 05 02 04 02 03 02 04 02 04 02
Table 2: The mean value and variance of diversity obtained when the step size control variable is
dynamically adaptive and fixed.
Figure 3 presents the GD convergence curves for the 6 test cases. For the SCH with only one-
dimensional variables, the two types of IMOCS under 0 converge very quickly; for ZDT1, ZDT2,
ZDT3, the IMOCS under the dynamic adaptive change 0 is significantly faster than when 0 is fixed;
for ZDT4, at 30 times Before the iteration, the GD curve obtained by IMOCS under dynamic adaptive
Computer-Aided Design & Applications, 21(S4), 2024, 119-134
© 2024 CAD Solutions, LLC, http://www.cad-journal.net
127
change 0 is above the GD curve obtained by IMOCS under fixed 0. This is mainly because the IMOCS
under dynamic adaptive change 0 is in the exploration period, and the change range of 0 is large.
After 30 iterations, the GD curve obtained by IMOCS under the dynamic adaptive change of 0 is
below the GD curve obtained by IMOCS under fixed 0, and the final magnitude of GD is e-5, which
is reflected in Fig. 2(e) as The IMOCS under dynamic adaptive change 0 reaches the global Pareto
front, while the IMOCS under fixed 0 falls into the local Pareto front, and its final GD order of
magnitude is e-2; it can be seen from the convergence curve of LZ that under fixed 0 There are
several obvious fluctuations in the GD value of the IMOCS in the search, while the IMOCS under the
dynamic adaptive change 0 is relatively stable. The dynamic adaptive change of 0 can make the
IMOCS converge quickly and stably.
Figure 4 shows the change curve of 0 of dynamic adaptive change during 1000 iterations, and its
test example is ZDT4. It can be seen from Figure 4 that before 40 iterations, the value of 0 fluctuates
greatly, which is an adaptive adjustment process of 0. The algorithm is in the exploration period,
and the value of GD decreases rapidly during this period. The convergence curve of GD is shown in
Figure 3(e); from 40 iterations to 70 iterations, the value of 0 is stable at around 1.3, and the
algorithm is in the convergence period, during which the value of GD slowly decreases to the order
of magnitude e -4 Nearby, it indicates that the search reaches the global Pareto front, which is shown
in Figure 2(e) as the IMOCS under dynamic adaptive change 0 reaches the global Pareto front, while
the IMOCS under fixed 0 falls into the local Pareto front; after 70 iterations, The value of 0 gradually
decreases, and becomes the set minimum value of 0.1 after 120 times. The algorithm has entered
a stagnation period. After that, the value of GD stabilizes around the order of magnitude e -5, and
there is no obvious change.
Performance comparison analysis of IMOCS and MOCS. To verify the effectiveness of the IMOCS
algorithm, this paper compares its performance with MOCS. The GD values of five test instances of
MOCS at n=50, Mixite=500 is given. In this paper, the GD values of IMOCS under the same
conditions are calculated, and the experimental results of the two algorithms are listed in Table 3.
It can be seen from the table that the GD values required by IMOCS are all smaller than MOCS,
indicating that the performance of IMOCS is better than that of MOCS.
IMOCS/dynamic
0 7.69E-08 1.09E-08 1.47E-08 3.42E-08 3.16E-06
The test results of 4 test instances of NSPSO at n=200 and Mixite=100 are given, and the test
results of IMOCS under the same conditions are given in this paper. Table 4 shows the mean and
variance 2 of GD between *P and P for the 4 test instances, and Table 5 shows the mean and
variance 2 of *P. It can be seen from Table 4 that for the ZDT series, the GD obtained by IMOCS is
1-2 orders of magnitude smaller than that of NSPSO, which means that the Pareto front obtained by
Computer-Aided Design & Applications, 21(S4), 2024, 119-134
© 2024 CAD Solutions, LLC, http://www.cad-journal.net
129
IMOCS is closer to the real Pareto front than that obtained by NSPSO, and its solution deviation is
smaller. IMOCS solution is more stable. It can be seen from Table 5 that the requirements of IMOCS
are all smaller than those of NSPSO, which indicates that the diversity of Pareto fronts required by
IMOCS is better, and its deviation is smaller, which further shows the stability of IMOCS.
IMOCS/dynamic
0 8.06 5.66 9.99 8.47 1.04 1.67 1.23 1.26
E-07 E-12 E-07 E-12 E-06 E-13 E-06 E-12
IMOCS/dynamic
0 5.14 7.73 5.15 2.38 6.88 1.74 6.03 3.18
E-02 E-04 E-02 E-03 E-02 E-04 E-02 E-04
Its performance was compared with that of NSGA-II. Deb improved NSGA in 2002 and proposed
NSGA-II but did not give an experimental analysis. The GD values of five test instances of NSGA-II
at n=50 and Mixite=500 is given. In this paper, the GD values of IMOCS under the same conditions
are calculated, and the experimental results of the two algorithms are listed in Table 6. It can be
seen from Table 6 that the GD values required by IMOCS are all smaller than NSGA-II, indicating
that the performance of IMOCS is better than that of NSGA-II.
IMOCS/dynamic
0 7.69E-08 1.09E-08 1.47E-08 3.43E-08 3.16E-06
results in Table 7 show that: when pc=O. Algorithm performance is best when 80. Next, set P. =O.
80, test the effect of pop Size, Gen, and master on MA performance. The calculation results are
shown in Table 8.
pop size Gen Max Iter Sum Best Avg. Dev (%) Avg. CPU Max. CPU
60 31 21 7388 28 29.89 54.21 100.65
60 41 16 7392 28 29.94 56.32 108.49
60 41 21 7388 28 29.87 68.24 137.28
60 51 16 7393 26 29.97 66.79 120.03
60 51 21 7388 27 29.92 80.51 147.53
80 31 16 7384 27 29.84 55.49 102.79
80 31 21 7384 28 29.84 55.48 102.79
80 41 16 7378 27 29.77 74.96 137.48
80 41 21 7379 28 29.72 91.62 173.35
80 51 16 7387 27 29.85 88.95 168.32
80 51 21 7369 28 29.59 109.89 213.26
100 31 16 7385 29 29.82 77.49 140.18
100 31 21 7382 29 29.77 94.15 183.19
100 41 11 7394 27 29.99 76.75 148.84
100 41 16 7376 28 29.69 99.03 194.08
100 41 21 7374 29 29.65 115.49 219.71
100 51 11 7373 27 29.67 91.28 165.65
100 51 16 7372 29 29.63 117.02 214.82
100 51 21 7372 32 29.61 137.11 244.65
Table 8: Impact of the parameters pop size, Gen and mall on MA execution results (p=0.80).
When maxlter=5, none of the parameter combinations satisfy the "Avg.Dev." value of less than
30.00%. In the parameter combinations that satisfy the "Avg.Dev." value of less than 30.00%, the
influence of different combinations on the execution result of MA is not obvious. The random
calculation result shows that the value of "Avg.Dev." is the smallest when popSée=80, Gen=50, and
maxlter=20. Therefore, in the subsequent formal testing process, the algorithm parameters are set
as follows: popSme=80, Gen=50, maxBer=20, P. = 0.80, preGen=10 and elitism=5. However, the
computation time of the MA using LSHYBRID is significantly increased compared to the MA using the
other three local search procedures. In terms of comprehensive solution quality and time efficiency,
the MA comprehensive performance using the LSENINSERT local search process is the best. See
Table 9.
In the past few decades, there have been many heuristic algorithms for solving RCPSP. These
algorithms are often coded in different computer languages and run-on different machine
platforms, so it is difficult to compare their performance.
Table 10: Average deviation between solution result and optimal solution (J30).
It can be seen from Table 10 to Table 12 that the solution time is appropriately increased under
acceptable conditions. For the J30, J60 and J120 case sets, the calculation results of MA are better
than those of the compared algorithms.
Computer-Aided Design & Applications, 21(S4), 2024, 119-134
© 2024 CAD Solutions, LLC, http://www.cad-journal.net
132
Table 11: Average Deviation between Solution Results and Critical Path Length (J60).
Table 12: Average Deviation between Solution Results and Critical Path Length (J20).
5 CONCLUSION
In today's more complex economic development situation, enterprises should correctly analyze and
understand the system problems, strategy formulation stability, personnel allocation problems, and
personnel mechanism problems existing in human resource management activities. This paper uses
MA to encode individuals with task linked list, uses single-point crossover operator as recombination
operator, and applies five local search processes to improve offspring individuals. The algorithm
performance is tested using many cases from the case sets J30, J60 and J120 in PSPLIB. In addition,
we use the model and method of multi-objective optimization problem, and the selected test cases
are the optimization functions of two objectives. At the same time, the non-dominated set sorting
algorithm in IMOCS is not limited by the number of objectives and decision variables. It is feasible
to apply the IMOCS algorithm to the multi-objective optimal management in the actual human
resource project.
Junxin Chang , https://orcid.org/0009-0009-6538-2752
Shuo Wang, https://orcid.org/0009-0000-7109-3097
Quan Li, https://orcid.org/0009-0003-6210-9124
REFERENCES
[1] Arrieta, A. B.; Díaz-Rodríguez, N.; Del Ser, J.; Bennetot, A.; Tabik, S.; Barbado, A.; Herrera,
F.: Explainable Artificial Intelligence (XAI), Concepts, taxonomies, opportunities and challenges
toward responsible AI, Information Fusion, 58, 2020, 82-115.
https://doi.org/10.1016/j.inffus.2019.12.012
[2] Belizón, M. J.; Kieran, S.: Human resources analytics: A legitimacy process, Human Resource
49101. https://doi.org/10.1109/ACCESS.2019.2909828
[18] Lu, Y.: The blockchain: State-of-the-art and research challenges, Journal of Industrial
Information Integration, 15, 2019, 80-90. https://doi.org/10.1016/j.jii.2019.04.002
[19] Qi, L.; Hu, C.; Zhang, X.; Khosravi, M. R.; Sharma, S.; Pang, S.; Wang, T.: Privacy-aware
data fusion and prediction with spatial-temporal context for smart city industrial
environment, IEEE Transactions on Industrial Informatics, 17(6), 2020, 4159-4167.
https://doi.org/10.1109/TII.2020.3012157
[20] Roscoe, S.; Subramanian, N.; Jabbour, C. J.; Chong, T.: Green human resource management
and the enablers of green organisational culture: Enhancing a firm's environmental
performance for sustainable development, Business Strategy and the Environment, 28(5),
2019, 737-749. https://doi.org/10.1002/bse.2277
[21] Sima, V.; Gheorghe, I. G.; Subić, J.; Nancu, D.: Influences of the industry 4.0 revolution on
the human capital development and consumer behavior: A systematic
review, Sustainability, 12(10), 2020, 4035. https://doi.org/10.3390/su12104035
[22] Tang, S.; Shelden, D. R.; Eastman, C. M.; Pishdad-Bozorgi, P.; Gao, X.: A review of building
information modeling (BIM) and the internet of things (IoT) devices integration: Present status
and future trends, Automation in Construction, 101, 2019, 127-139.
https://doi.org/10.1016/j.autcon.2019.01.020
[23] Yli-Ojanperä, M.; Sierla, S.; Papakonstantinou, N.; Vyatkin, V.: Adapting an agile
manufacturing concept to the reference architecture model industry 4.0: A survey and case
study, Journal of Industrial Information Integration, 15, 2019, 147-160.
https://doi.org/10.1016/j.jii.2018.12.002
[24] Yong, J. Y.; Yusliza, M. Y.; Ramayah, T.; Chiappetta Jabbour, C. J.; Sehnem, S.; Mani, V.
Pathways towards sustainability in manufacturing organizations: Empirical evidence on the role
of green human resource management, Business Strategy and the Environment, 29(1), 2020,
212-228. https://doi.org/10.1002/bse.2359
[25] Zhang, Y. D.; Dong, Z.; Wang, S. H.; Yu, X.; Yao, X.; Zhou, Q.; Gorriz, J. M.: Advances in
multimodal data fusion in neuroimaging: overview, challenges, and novel orientation,
Information Fusion, 64, 2020, 149-187. https://doi.org/10.1016/j.inffus.2020.07.006