CN105630608A - Method for achieving multiprocessor scheduling through combined cross entropy - Google Patents

Method for achieving multiprocessor scheduling through combined cross entropy Download PDF

Info

Publication number
CN105630608A
CN105630608A CN201511003552.9A CN201511003552A CN105630608A CN 105630608 A CN105630608 A CN 105630608A CN 201511003552 A CN201511003552 A CN 201511003552A CN 105630608 A CN105630608 A CN 105630608A
Authority
CN
China
Prior art keywords
objective function
combined cross
multiprocessor
multiprocessor scheduling
algorithm
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201511003552.9A
Other languages
Chinese (zh)
Inventor
边莉
张欣欣
崔保峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Ocean University
Original Assignee
Heilongjiang University of Science and Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Heilongjiang University of Science and Technology filed Critical Heilongjiang University of Science and Technology
Priority to CN201511003552.9A priority Critical patent/CN105630608A/en
Publication of CN105630608A publication Critical patent/CN105630608A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system

Abstract

The invention discloses a method for achieving multiprocessor scheduling through combined cross entropy. The method comprises the following steps that 1, a mathematical model of the multiprocessor scheduling problem is built, and an objective function and constraint conditions are determined; 2, programming and solving are conducted on the determined objective function and constraint conditions for the multiprocessor scheduling problem through a combined cross entropy algorithm and Matlab, and an optimal solution of the objective function is obtained. According to the method for achieving multiprocessor scheduling through the combined cross entropy, on the basis of a constraint relationship between processors and operations, the multiprocessor scheduling problem is represented as a linear 0-1 integer programming problem to achieve minimality of the objective function, and the optimal solution of the problem is solved through the combined cross entropy algorithm. The combined cross entropy algorithm has the advantages that the optimal solution can be obtained, the number of iterations is small, the stability is high, and the running time is short; the effectiveness and practicability of the algorithm on handling the multiprocessor problem are further proved.

Description

Combined cross entropy is utilized to realize the method for multiprocessor scheduling
Technical field
The present invention relates to a kind of multiprocessor scheduling method, it is specifically related to a kind of method utilizing combined cross entropy to realize multiprocessor scheduling.
Background technology
The main trend of world today's development is parallelization, networking, intellectuality, and the calculating of parallel distributed formula is one of main bugbears of these development, is also one of hot issue working as the research of prescience neighborhood. The coordination of the design of parallel algorithm, the division of task, communication and scheduling synchronous, multitask are that current parallel distributed formula calculates the problem needing to solve, and the scheduling meeting of task directly affects the efficiency of calculating, so how rationally carrying out the scheduling of multitask efficiently and distribution is current urgent need to solve the problem. So the research of the application of Problem of Multiprocessor Scheduling and theoretical aspect just obtains scientific domain investigator and extremely pays close attention to. In actual life, the problem of a lot of planning tasks distribution is all closely related with Problem of Multiprocessor Scheduling. The problem with Combinatorial Optimization character such as fields such as engineering technology, Parallel and distributed computation, industrial and agricultural production and the communications and transportation of living closely bound up with us just can be converted into Problem of Multiprocessor Scheduling and solve. Problem of Multiprocessor Scheduling is substantially np complete problem, and traditional linear programming cannot solve, and current many employing heuritic approaches both at home and abroad are such as simulated annealing, ant group algorithm, quanta particle swarm optimization approximate solution. But mostly there is the problems such as speed of convergence is slow, efficiency is lower in these algorithms.
Cross-Entropy Algorithm (CrossEntropyAlgorithm, CE) it is a kind of overall situation random optimization algorithm proposed based on the cross entropy theory in information theory, this algorithm utilizes the probability density distribution of parametrization to produce random sample, the candidate samples that each iteration is used all changes, and therefore optimizing process is not easily absorbed in locally optimal solution. At present, Chinese scholars by this algorithm application to solving in multiple combinatorial optimization problem, and have made some progress and achievement.
Summary of the invention
The advantages such as in order to fast and reliable solution Problem of Multiprocessor Scheduling, the present invention provides a kind of method utilizing combined cross entropy to realize multiprocessor scheduling, and the method has that iteration number of times is few, stability height, working time are short.
It is an object of the invention to be achieved through the following technical solutions:
Utilize combined cross entropy to realize a method for multiprocessor scheduling, comprise the steps:
Step one: the mathematical model building Problem of Multiprocessor Scheduling, establishes objective function and constraint condition, and wherein, the mathematical model of Problem of Multiprocessor Scheduling is as follows:
z = max 1 ≤ n ≤ c Σ m = 1 d y n m t m
s . t . Σ n = 1 c y n m = 1
ynm=0,1 (m=1,2 ..., d; N=1,2 ..., c);
In formula, z has represented the time required for d item operation, i.e. objective function; ynm=1 expression operation TmAt handler HnUpper process;Represent handler HnThe time of completion; tmRepresent that handler completes operation TmTime; HandlerRepresent operation TmA handler completes, i.e. constraint condition;
Step 2: utilize combined Cross-Entropy Algorithm, objective function and the constraint condition established by Problem of Multiprocessor Scheduling by Matlab are programmed, are solved, and obtain objective function optimum solution.
Tool of the present invention has the following advantages:
1, the present invention is according to the constraint relation of handler and operation, multiprocessor scheduling problem is represented the linear 0-1 integer programming problem for making the minimization of object function, adopt combined Cross-Entropy Algorithm that this problem is asked optimum solution, and provide the concrete steps of combined Cross-Entropy Algorithm. Combined Cross-Entropy Algorithm is adopted to be tested by the concrete example of multiprocessor problem, and by the test result comparative analysis with simulated annealing and ant group algorithm, draw combined Cross-Entropy Algorithm that the present invention adopts draw optimum solution have that iteration number of times is few simultaneously, the advantage such as stability height, working time are short, further demonstrate the validity of this algorithm in process multiprocessor problem and practicality.
2, combined Cross-Entropy Algorithm is applied in Problem of Multiprocessor Scheduling by the present invention, by the introduction to this algorithm and Problem of Multiprocessor Scheduling, modeling and simulation, and with other heuritic approach comparative analysiss, show that this algorithm is to solving the validity of Problem of Multiprocessor Scheduling and accuracy.
3, the present invention provides a kind of brand-new thinking for the solution that can be converted into similar multiprocessor problem model.
Accompanying drawing explanation
Fig. 1 is the computation process of CCE algorithm;
Fig. 2 is the computation process of simulated annealing;
Fig. 3 is the computation process of ant group algorithm.
Embodiment
Below in conjunction with accompanying drawing, the technical scheme of the present invention is further described; but it is not limited thereto; every technical solution of the present invention modified or equivalent replaces, and not departing from the spirit and scope of technical solution of the present invention, all should be encompassed in protection scope of the present invention.
The present invention provides a kind of method utilizing combined cross entropy to realize multiprocessor scheduling, and concrete implementation step is as follows:
1, Problem of Multiprocessor Scheduling model
Problem of Multiprocessor Scheduling refers to the handler H that c platform is identical1, H2..., Hc, the operation T that d item is separate1, T2..., Td, operation works in the way of uncorrelated mutually, and operation can work on what handler in office arbitrarily, but the operation not completed does not allow to interrupt. The separate operation of d item can not be split as less subjob. The object of scheduling provides a kind of rationally superior scheduling scheme, makes c platform handler so that the short time completes d item operation as far as possible. The target of Problem of Multiprocessor Scheduling refers under the prerequisite meeting certain performance index and constraint condition, task that can be parallel is determined a kind of assignment by suitable distribution strategy and performs order, it is reasonably allocated on each handler to perform in order, to reach the target reducing total execution time. Therefore the mathematical model of Problem of Multiprocessor Scheduling is such as formula shown in (1):
z = max 1 ≤ n ≤ c Σ m = 1 d y n m t m
s . t . Σ n = 1 c y n m = 1
ynm=0,1 (m=1,2 ..., d; N=1,2 ..., c) (1).
In formula, z has represented the time required for d item operation; ynm=1 expression operation TmAt handler HnUpper process;Represent handler HnThe time of completion; tmRepresent that handler completes operation TmTime; HandlerRepresent operation TmCompleting on a handler, namely the object of Problem of Multiprocessor Scheduling seeks the minimum value of z.
Feature and the known Problem of Multiprocessor Scheduling of model according to Problem of Multiprocessor Scheduling belong to discrete optimization problem, and multiprocessor problem is optimized and solves by the present invention application CE, is namely obtained the minimum value of z by Cross-Entropy Algorithm. Because ynmValue be 0 or 1, so Problem of Multiprocessor Scheduling is 0-1 integer programming problem.
2, Cross-Entropy Algorithm
CE algorithm is a kind of overall situation random optimization algorithm proposed on the basis of information theory by Rubinstein professor the earliest, in the last few years Cross-Entropy Algorithm be applied to that trouble diagnosis, prediction etc. are large complicated, in optimization problem. The essential characteristic of this algorithm is that the candidate samples that each iteration is used all changes according to parametrization probability density distribution in optimizing process. Therefore in CE algorithm optimizing process it is crucial that iteration, the concrete process that realizes can be divided into two steps:
(1) one group of random sample is generated by given probability density function;
(2) according to the random sample update probability density function produced, and then it is next step iteration more excellent sampled data of generation.
The ultimate principle of 2.1 Cross-Entropy Algorithms
For optimization problem:
S ( x * ) = γ * = min x ∈ χ S ( x ) - - - ( 2 ) ,
In formula, S take �� as the real-valued function of field of definition; ��*For the minimum value of S; x*For optimum solution; �� is finite set. If probability density function race be f (; U), u �� U}, u are the parameter of density function, for given probability density function f (; V), v �� U, v are the parameter of given probability density function, and formula (2) can be converted into:
l ( γ ) = P v ( S ( X ) ≤ γ ) = Σ x ∈ χ I { S ( X ) ≤ γ } f ( x ; v ) = E v I { S ( X ) ≤ γ } - - - ( 3 ) .
In formula, �� represents given real number; L represents the probability that S (X) is less than given real number ��; I{S(X)�ܦ�}For indicator function set; X be by f (; V) random sample produced; EvRepresent corresponding expected value.
When �� is close to ��*Time, l value will be more and more less, and therefore in order to meaningful, l value can not be too little, then �� and v choose most important. In order to head it off, adopt multi-level algorithm, it is to construct distribution parameter sequence { ut, t > 0} and level sequences in order { ��t, t > 0} (t is iteration number of times). Then by vtAnd ��tUpgrade iteration, until the maximum value of corresponding element knots modification is less than the parameter b of a certain regulation in distribution parameter sequence after certain iterationtol, iteration terminates.
2.2 combined Cross-Entropy Algorithms
CE algorithm is divided into successive type Cross-Entropy Algorithm and combined Cross-Entropy Algorithm (CCE), and difference between the two is the selection of probability density function, and the probability density function for the combined Cross-Entropy Algorithm of combinatorial optimization problem is Berboulli distribution. If the probability of success is p, then the probability density function of CCE algorithm is:
F (x; P)=px(1-p)1-x(4)��
(4) in formula, as x=1, f (x; P)=p; As x=0, f (x; P)=1-p.
The step of CCE algorithm is:
The first step: set probability vector initial value as p(0)(k is p(0)Dimension), fractile coefficient ��, sample number M, smoothing factor ��, iteration number of times t=0, terminate parameter btol��
2nd step: make t=t+1, pt-1The sample matrix X of M �� k is produced with Bernoulli distributiont=[x1(t),x2(t),...,xM(t)]T, wherein xa(t)=(xa(t),1,xa(t),2,...xa(t),k), 1��a��M, M is the number of random sample; K is the dimension of each random sample vector.
3rd step: obtain objective function matrix S(t)=[S1(t),S2(t),...,SM(t)]T, by S(t)Carry out sorting (ascending order or fall sequence), and the matrix after sequence is designated asAnd calculate(1-��) fractile, shown in (5):
��(t)=S[(1-��)M](5);
In formula, ��tFor(1-��) fractile; S is objective function.
4th step: utilize (6) formula undated parameter p=(p1,...,pk);
p j = Σ i = 1 M I { S ( X i ) ≤ γ } X i j Σ i = 1 M I { S ( X i ) ≤ γ } , ( j = 1 , 2 , ... k ) - - - ( 6 ) ;
In formula, I{S(Xi)�ܦ�}For indicator function set; XijRepresent the i-th row jth element of sample matrix; pjFor undated parameter p jth element (j=1 ..., k).
5th step: utilize smoothing parameter ��, to pjProcess, as shown in (7) formula;
pj(t)=�� pj(t)+(1-��)pj(t-1)(7);
In formula, pj(t)Be jth the element in argument sequence after the t time iteration (j=1 ..., k).
6th step: if the parameter matrix that adjacent twice iteration produces meets (8) formula, stop iteration, otherwise from the 2nd step iteration again.
max(|pj(t)-pj(t-1)|) < btol(8)��
Program execution exports optimum solution after terminatingOptimum value ��*=S (X*)=zmin��
3, sample calculation analysis
The handler that c=3 platform is identical and d=9 item operation, each operation needs the time t runm=(81,40,26,4,65,98,53,71,15), solve below and how to make 9 operations within the time short as far as possible by 3 np complete problems that handler completes. If YnmFor operation TmIt is assigned to handler HnUpper all processing schemes, then the mathematical model of Problem of Multiprocessor Scheduling can represent again for formula (9):
z = max { Y n m &times; t m T } = m a x { y 11 y 12 ... y 19 y 21 y 22 ... y 29 y 31 y 32 ... y 39 &times; t 1 t 2 ... t 9 T }
s . t . &Sigma; n = 1 c y n m = 1
ynm=0,1 (m=1,2 ..., 9; N=1,2,3) (9).
The CCE algorithm of 3.1 Problem of Multiprocessor Schedulings
It is the variable y in z, z that mathematical model according to Problem of Multiprocessor Scheduling can obtain the objective function (shown in formula (9)) of CCE algorithmnmValue be 0 and 1, therefore ynmObeying Bernoulli distribution, therefore this algorithm can solve Problem of Multiprocessor Scheduling. In order to obtain the minimum value of objective function, utilize CCE algorithm optimization object function z, choose and be initially p(0)=(0.5,0.5 ..., 0.5) (p0Dimension be k), ��=0.85, M=60, ��=0.9, btol=1.0e-4. This problem being programmed with Matlab, program runs 10 times, and result is as shown in table 1.
Table 1CCE algorithm 10 operation results
Number of times Working time (second) Obtain the iteration number of times of optimum solution Optimum solution
1 0.084718 12 162
2 0.084875 13 163
3 0.074149 11 158
4 0.079863 12 152
5 0.085306 14 151
6 0.082122 12 158
7 0.089665 6 163
8 0.047069 6 152
9 0.085245 8 162
10 0.079440 10 169
Can obtaining by table 1, calculation result on average the 10th convergence, is chosen in 10 calculation result and is preferably separated, and the relation of objective function and iteration number of times is as shown in Figure 1.
CCE algorithm has searched out minimum value and the optimum value of objective function when the 7th time as shown in Figure 1, z=151, and now corresponding optimum solution is y = 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 0 1 1 1 1 0 0 0 0 0 , Corresponding scheduling scheme is H1(65,71,15), H2(98,53), H3(81,40,26,4), the scheduling time is 151.
3.2 method comparison analyses
The present invention is directed to Problem of Multiprocessor Scheduling adopts simulated annealing and ant group algorithm and CCE algorithm to be analyzed. Starting temperature 20000 degree in simulated annealing, final temperature 1 degree, annealing speed ��=0.95, the test result preferably separated is as shown in Figure 2; Pheromone Dauer property coefficient ��=0.8 in ant group algorithm, pheromone total amount Q=100, the test result preferably separated is as shown in Figure 3.
Fig. 2 and Fig. 3 and Fig. 1 is compared three kinds of algorithms can obtain optimum solution 151, but the performance of each algorithm has bigger gap. Table 2 is obtained by this problem being carried out repeatedly test with simulated annealing and ant group algorithm.
Table 2 three kinds of arithmetic result compare
It is short that the test result of Problem of Multiprocessor Scheduling is shown that CCE algorithm has working time than simulated annealing and ant group algorithm by comprehensive above three kinds of algorithms, fast convergence rate, the advantage that stability is high.

Claims (3)

1. one kind utilize combined cross entropy realize multiprocessor scheduling method, it is characterised in that described method steps is as follows:
Step one: the mathematical model building Problem of Multiprocessor Scheduling, establishes objective function and constraint condition;
Step 2: utilize combined Cross-Entropy Algorithm, objective function and the constraint condition established by Problem of Multiprocessor Scheduling by Matlab are programmed, are solved, and obtain objective function optimum solution.
2. the method utilizing combined cross entropy to realize multiprocessor scheduling according to claim 1, it is characterised in that the mathematical model of described Problem of Multiprocessor Scheduling is as follows:
z = m a x 1 &le; n &le; c &Sigma; m = 1 d y n m t m
s . t . &Sigma; n = 1 c y n m = 1
ynm=0,1 (m=1,2 ..., d; N=1,2 ..., c);
In formula, z has represented the time required for d item operation, i.e. objective function; ynm=1 expression operation TmAt handler HnUpper process;Represent handler HnThe time of completion; tmRepresent that handler completes operation TmTime; HandlerRepresent operation TmA handler completes, i.e. constraint condition.
3. the method utilizing combined cross entropy to realize multiprocessor scheduling according to claim 1, it is characterised in that the concrete steps of described step 2 are as follows:
The first step: set probability vector initial value as p(0), fractile coefficient ��, sample number M, smoothing factor ��, iteration number of times t=0, terminates parameter btol;
2nd step: make t=t+1, pt-1The sample matrix X of M �� k is produced with Bernoulli distributiont=[x1(t),x2(t),...,xM(t)]T, wherein xa(t)=(xa(t),1,xa(t),2,...xa(t),k), 1��a��M, M is the number of random sample; K is the dimension of each random sample vector;
3rd step: obtain objective function matrix S(t)=[S1(t),S2(t),...,SM(t)]T, by S(t)Sorting, the matrix after sequence is designated asAnd calculate(1-��) fractile:
��(t)=S[(1-��)M];
In formula, ��tFor(1-��) fractile; S is objective function;
4th step: utilize following formula undated parameter p=(p1,...,pk):
p j = &Sigma; i = 1 M I { S ( X i ) &le; &gamma; } X i j &Sigma; i = 1 M I { S ( X i ) &le; &gamma; } , ( j = 1 , 2 , ... k ) ;
In formula,For indicator function set; XijRepresent the i-th row jth element of sample matrix; pjFor jth the element of undated parameter p;
5th step: utilize smoothing parameter ��, to pjProcess:
pj(t)=�� pj(t)+(1-��)pj(t-1);
In formula, pj(t)It is jth the element in argument sequence after the t time iteration, j=1 ..., k;
6th step: if the parameter matrix that adjacent twice iteration produces meets following formula, stop iteration, otherwise from the 2nd step iteration again;
max(|pj(t)-pj(t-1)|) < btol;
Program execution exports optimum solution X after terminating*, optimum value ��*=S (X*)=zmin��
CN201511003552.9A 2015-12-28 2015-12-28 Method for achieving multiprocessor scheduling through combined cross entropy Pending CN105630608A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511003552.9A CN105630608A (en) 2015-12-28 2015-12-28 Method for achieving multiprocessor scheduling through combined cross entropy

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511003552.9A CN105630608A (en) 2015-12-28 2015-12-28 Method for achieving multiprocessor scheduling through combined cross entropy

Publications (1)

Publication Number Publication Date
CN105630608A true CN105630608A (en) 2016-06-01

Family

ID=56045585

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511003552.9A Pending CN105630608A (en) 2015-12-28 2015-12-28 Method for achieving multiprocessor scheduling through combined cross entropy

Country Status (1)

Country Link
CN (1) CN105630608A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108848519A (en) * 2018-05-25 2018-11-20 东南大学 A kind of heterogeneous network user access method based on cross entropy study
CN116679639A (en) * 2023-05-26 2023-09-01 广州市博煌节能科技有限公司 Optimization method and system of metal product production control system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6397205B1 (en) * 1998-11-24 2002-05-28 Duquesne University Of The Holy Ghost Document categorization and evaluation via cross-entrophy
CN103344881A (en) * 2013-06-27 2013-10-09 黑龙江科技大学 Grid fault diagnosing method based on combined type cross entropy algorithm

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6397205B1 (en) * 1998-11-24 2002-05-28 Duquesne University Of The Holy Ghost Document categorization and evaluation via cross-entrophy
CN103344881A (en) * 2013-06-27 2013-10-09 黑龙江科技大学 Grid fault diagnosing method based on combined type cross entropy algorithm

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
丁海军等: "求解最大割问题的交叉熵算法", 《计算机工程与应用》 *
卢长先等: "求解0-1背包问题的交叉熵方法", 《计算机仿真》 *
曹杰先等: "求解多处理机调度问题的近似算法", 《计算机工程与设计》 *
车向前等: "利用组合型交叉熵实现多处理机调度的算法", 《黑龙江科技大学学报》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108848519A (en) * 2018-05-25 2018-11-20 东南大学 A kind of heterogeneous network user access method based on cross entropy study
CN108848519B (en) * 2018-05-25 2021-05-18 东南大学 Heterogeneous network user access method based on cross entropy learning
CN116679639A (en) * 2023-05-26 2023-09-01 广州市博煌节能科技有限公司 Optimization method and system of metal product production control system
CN116679639B (en) * 2023-05-26 2024-01-05 广州市博煌节能科技有限公司 Optimization method and system of metal product production control system

Similar Documents

Publication Publication Date Title
CN103235743B (en) A kind of based on decomposing and the multiple goal test assignment dispatching method of optimum solution follow-up strategy
CN106779372A (en) Based on the agricultural machinery dispatching method for improving immune Tabu search algorithm
CN101788819B (en) Dispatching method based on iterative decomposition and flow relaxation in large-scale production process
CN104636479A (en) Industrial big data driven total completion time prediction method
CN104239213A (en) Two-stage scheduling method of parallel test tasks facing spacecraft automation test
CN105045243A (en) Semiconductor production line dynamic scheduling device
CN103164190B (en) A kind of fast parallelization method of full distributed river basin ecological hydrology model
CN107609141A (en) It is a kind of that quick modelling method of probabilistic is carried out to extensive renewable energy source data
CN106570250A (en) Power big data oriented microgrid short-period load prediction method
CN105740953A (en) Irregular layout method based on real-coded quantum evolutionary algorithm
CN103226759A (en) Dynamic cloud workflow scheduling method based on genetic algorithm
CN103455610A (en) Network community detecting method based on multi-objective memetic computation
CN102982389A (en) Method for solving combination and optimization problems using ant colony optimization technology based on Map Reduce
CN104252383A (en) Reconfigurable-calculation hardware and software task partitioning method based on chaotic particle swarm optimization algorithm
CN101957760A (en) Method for measuring process execution time
CN104732067A (en) Industrial process modeling forecasting method oriented at flow object
CN105630608A (en) Method for achieving multiprocessor scheduling through combined cross entropy
CN113848904B (en) Method for optimizing task allocation of multiple mobile robots based on punishment energy consumption
CN105373424A (en) Speculative multithreading division method based on machine learning
CN106488482A (en) Wireless sensor network optimizing method based on multi-Agent evolutionary Algorithm
CN106022464A (en) Cluster-based high-dimensional multi-objective evolution method
CN102222274A (en) Immune clone selection job shop scheduling method based on scheduling coding
CN103761308B (en) Materialized view selection method based on self-adaption genetic algorithm
CN107276093A (en) The Probabilistic Load computational methods cut down based on scene
CN104573331A (en) K neighbor data prediction method based on MapReduce

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20191025

Address after: 524000 Guangdong city of Zhanjiang province sea Mazhang District Road No. 1

Applicant after: Guangdong Ocean University

Address before: 150027, 2468, Pu Yuan Road, Harbin, Heilongjiang, Songbei

Applicant before: Heilongjiang University of Science and Technology

TA01 Transfer of patent application right
RJ01 Rejection of invention patent application after publication

Application publication date: 20160601

RJ01 Rejection of invention patent application after publication