US20080281986A1 - Parameter adjusting device - Google Patents
Parameter adjusting device Download PDFInfo
- Publication number
- US20080281986A1 US20080281986A1 US12/219,154 US21915408A US2008281986A1 US 20080281986 A1 US20080281986 A1 US 20080281986A1 US 21915408 A US21915408 A US 21915408A US 2008281986 A1 US2008281986 A1 US 2008281986A1
- Authority
- US
- United States
- Prior art keywords
- processing
- cpu
- adjusting device
- parameter adjusting
- local
- 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.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/12—Computing arrangements based on biological models using genetic models
- G06N3/126—Evolutionary algorithms, e.g. genetic algorithms or genetic programming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99932—Access augmentation or optimizing
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
- Y10S707/99934—Query formulation, input preparation, or translation
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
- Y10S707/99935—Query augmenting and refining, e.g. inexact access
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
- Y10S707/99936—Pattern matching access
Definitions
- the present invention relates to a parameter adjusting device, especially, a parameter adjusting device that can adjust a great number of parameters of a physical model and so on by a genetic algorithm (hereinafter referred to as a GA) using multiple processing units (processors, CPU) within a short time.
- a GA genetic algorithm
- a parameter adjusting device that automatically performs parameter fitting (adjusting) processing of a physical model including multiple parameters using the GA from an experimental result and so on is proposed.
- a reference for the GA is, for example, the following Japanese Non-patent Publication 1 (David E. Goldberg, 1989, “Genetic Algorithms in Search, Optimization, and Machine Learning”, published by ADDISON-WESLEY PUBLISHING COMPANY, INC).
- the GA in the present invention represents an evolutionarily computational technique, and includes an evolution strategy (ES) technique.
- ES evolution strategy
- a reference for the evolution strategy for example, includes the following Japanese Non-patent Publication 2 (H. P. Schwefel, 1995, “Evolution and Optimum Seeking”, published by John Wiley & Sons).
- Japanese Patent Publication 1 Japanese Patent Publication No. 2003-108972
- a parameter adjusting device that automatically performs a parameter adjusting processing of a physical model including the multiple parameters using the GA is proposed.
- GA processing is suitable for relatively parallel processing; however, the local search method is not suitable for high speed through parallel processing.
- the local search method has a possibility of reaching the optimal solution quicker than the GA does.
- the processing time could not be shortened by the conventional method.
- the present invention is made in order to solve the above-mentioned problems, and the main feature of the parameter adjusting device of the invention is that, in the parameter adjusting device optimizing parameters using a genetic algorithm with multiple processing means (CPU), a processing assignment means wherein a part of the multiple processing means is assigned to search processing by a local search method such as Powell method is provided.
- a processing assignment means wherein a part of the multiple processing means is assigned to search processing by a local search method such as Powell method is provided.
- the present invention assigns processing of the local search to a low-performance processor. Also, the present invention collects an interim result of the search from the processor being assigned to the processing by the genetic algorithm in the multiple processors, and uses it for the search processing by the local search method.
- the present invention includes an individual decision means which determines the group of individuals being processed by the genetic algorithm through the processing means being assigned to the processing by the GA in the multiple processing means according to the respective processing capability of each processor's means.
- the multiple processors include a determination means determining whether to satisfy respective search processing termination conditions. When a termination is determined in an optional processor, the present invention terminates the entire processing of the device.
- a parameter adjusting device of the present invention has an effect to be able to determine a group of the most appropriate parameters within a short time by: effectively utilizing a resource inside a system; parallelizing fitting processing; and making the fitting processing more efficient.
- FIG. 1 is a block diagram showing a hardware structure of an embodiment of the parameter adjusting device of the present invention.
- FIG. 2 is a schematic time chart showing a parameter adjusting processing using the GA of the present invention.
- FIG. 3 is a flowchart showing contents of processing in an administrative CPU 1 .
- FIG. 4 is a flowchart showing contents of CPU processing for the GA.
- FIG. 5 is a flowchart showing the contents of CPU processing for a local method.
- FIG. 6 is a flowchart showing the contents of GAn processing of S 16 , S 36 .
- a parameter adjusting device of the present invention can be used in order to run a simulation of a transistor with an optional shape using the model generated by optimizing the model parameters which is calculated with the model function that expresses the transistor's electric property using the electric property data measured from several transistors with a different shape experimentally.
- the present invention is not limited to the example described hereinabove, and can be applied to optional processings using the GA.
- embodiments of the present invention will be explained.
- FIG. 1 is a block diagram showing the hardware structure of an embodiment of the parameter adjusting device of the present invention.
- Well-known personal computers of CPU 1 ( 1 ) ⁇ CPUn( 13 ) with n units are connected by a LAN 14 .
- a well-known display 16 and keyboard 15 for data input and output are connected to the CPU 1 ( 10 ); however, the display 16 and keyboard 15 may be connected to the other CPUs.
- a well-known data input and output device may be installed in each CPU.
- the parameter adjusting device of the present invention can be realized by creating and installing a program described hereinafter in each CPU.
- the above-mentioned structure is an example, and when a number of CPUs are installed on a server, or when a number of personal computers are connected via the Internet, the present invention can be applied to optional computer systems which can substantively perform parallel processing by a number of processing units (CPU). Also, even when one CPU such as a hyper-threading function and so on can substantively perform a number of processing in parallel, the present invention can be applied.
- CPU processing units
- FIG. 2 is a schematic time chart showing a parameter adjusting (fitting) processing using the GA of the present invention.
- the CPU 1 functions as an administrative CPU, and performs: data input and output; a processing assignment to the other CPUs; and the management of the entire parameter adjusting processing other than GA processing (local-method processing).
- the CPU 2 ⁇ CPUn ⁇ 1 are CPUs being assigned to the GA processing.
- the CPUn is the CPU being assigned to local-method search processing.
- the reference alphabet n represents an integer 2 or more.
- the CPUn for the local method When the CPUn for the local method receives individual (parameter) information via the CPU for the management or the CPU for the GA, the CPUn for the local method optimizes (searches) the parameters by a heretofore known local search method, and transmits a search result to the CPU for the management.
- FIG. 3 is a flowchart showing contents of the processing in an administrative CPU 1 .
- a S 10 the other CPUs available to the GA or local method are searched.
- a S 11 it is determined whether or not processing capabilities of the available CPUs are well-known, and when a determined result is negative, the S 11 is transferred to S 12 .
- the processing capabilities determine the processing capabilities of unforeknown CPUs. As a capability, a method such that the capability is measured by measuring the processing time through a simple benchmark testing program wherein clock frequency information of the CPU is retrieved, can be adopted.
- the CPU for the local method is selected.
- the CPU with the lowest processing capability is selected.
- the CPU 1 for the management may be selected as the CPU for the local method; however, in this example, another CPUn shall be selected.
- the processing of the S 10 ⁇ 13 may be performed beforehand.
- the CPU available to the management CPU 1 , the processing capability, the processing assignment, and so on may be registered beforehand.
- an individual (chromosome) for the GA processing in the CPU for the management is generated.
- N chromosomes (individuals), wherein the whole physical model functions of a transistor or a value of a part of the parameters are the genes, are generated, and are considered as an individual population.
- An individual generation determines the value of the genes in the chromosomes.
- a range of recommended parameter initial values is set, so that in each parameter, the initial value is determined randomly within the range of the recommended parameter initial value, and becomes the value of the genes.
- an S 16 the after-mentioned GAn processing (or the local-method processing) is performed.
- processing result data of the entire CPUs including one's own data are collected.
- an S 18 whether or not the termination condition is satisfied is determined.
- the termination condition is that, for example, a condition of any of the following (1) ⁇ (3) is satisfied. (1) The evaluated value of any individuals has reached more than the target value set beforehand. (2) The increase rate of the evaluated value has become below the predetermined value. (3) The iteration of calculation has surpassed the predetermined value.
- a termination is indicated relative to all the CPUs, and in an S 20 , a result is outputted at, for example, a display, printer, file, and so on.
- the processing of the S 16 may be paused immediately and transferred to the S 19 .
- FIG. 4 is a flowchart showing the contents of the CPU processing for the GA.
- S 30 it is held until the data is received through the management CPU.
- S 31 if the received data indicates termination, the processing is terminated.
- S 32 whether or not the received data is the distributed data in the S 14 is determined, and when the determination result is affirmative, the received data is transferred to an S 33 .
- S 33 the individual (chromosome) for the GA processing in its CPU is generated. This processing is the same processing with the S 15 .
- the generated individual is registered as the parent population and transferred to an S 36 .
- an S 35 whether or not the received data is a continued instruction is determined, and when the determination result is affirmative, the received data is transferred to the S 36 .
- the GAn processing which is the generational change processing with the predetermined number of the GA described hereinafter is performed.
- the superior individual information with a predetermined individual number which is the result of the GA processing is transferred to the management CPU, and returned to the S 30 .
- FIG. 5 is a flowchart showing the contents of the CPU processing for the local method.
- S 50 it is held until the data is received through the management CPU.
- S 51 if the received data indicates termination, the processing is terminated.
- S 52 whether or not the received data is the distributed data in the S 14 is determined, and when the determination result is affirmative, the received data is transferred to an S 55 .
- an S 53 whether or not the data of an interim result being transmitted from the CPU for the GA is the superior data is determined, and when the determination result is affirmative, the received data is transferred to an S 54 .
- the individual for performing the search processing is selected from the superior individual data sorted by the evaluated values, collected from each CPU in order of evaluated value, and so on.
- the CPU for the local method can perform the local-method search processing more than once during the GAn processing of the other CPUs, the number of the individual being selected within a performable range may be multiple, and in the case of a multiple number, the search processing with the local method is processed one-by-one in order.
- the parameter adjustment i.e., the superior parameter search is performed by, for example, the heretofore known Powell method as mentioned in, for example, “NUMERICAL RECIPES in C, Gijutsu-Hyohron Co., Ltd., 1993” and so on, or the other heretofore known local search method. Since the processing has a light processing load compared to the GA processing, even if the CPU has a low processing capability, the processing can be performed within a short time compared to the GA processing.
- the superior individual information with the predetermined individual number which is the result of the processing is transferred to the management CPU, and returned to the S 50 .
- FIG. 6 is a flowchart showing the contents of GAn processing which are the generational change processing of the predetermined number of the GA of the S 16 , S 36 .
- generation update processing for a generation in the heretofore known genetic algorithm processing is performed. Incidentally, details are written in the above-mentioned Japanese Patent Publication.
- the individual is selected randomly from the parent population by the predetermined number, and generates a child individual by crossover processing.
- Crossover processing is a processing wherein: a copy of a selected parent individual is respectively generated by an arbitrary number; and a part of the gene is exchanged between the copy individuals; or a new gene is generated from each gene, so that a child individual with an arbitrary number is generated.
- the evaluated value of the child individual being generated at the S 60 is calculated.
- the evaluated value is the value showing how close to an ideal value the gene in the chromosomes is as the parameter.
- square error between: estimated value of the property being calculated by the transistor model function which expresses the electric property wherein the genes in the chromosome is the model parameters; and measured value of the property being obtained by an experimental test of the transistor is calculated. The lower the square error value becomes, the better the estimation is.
- a mutation method is applied in addition to crossover method.
- the genes of the child individuals are generated using random numbers in the process of the crossover, the property of the mutation is also included. Therefore, in the case of using the above-mentioned crossover method, the mutation is not required to be performed additionally.
- the operation wherein normal random numbers being generated according to a normal distribution are added to each gene of the chromosomes is proposed as a mutation processing, and the above-mentioned mutation processing may be added.
- an S 63 whether or not accuracy, i.e., an error of the experimental result of the physical model using the parameters of the individuals being equal to the most highly-evaluated value meets the target value is determined, and when the determination result is affirmative, the received data is transferred to an S 72 .
- the S 64 whether or not the GA processing (generational change) is performed by a determined iteration beforehand (6 times in FIG. 2 ), is determined, and when the determination result is affirmative, the received data is transferred to the S 72 .
- an S 65 whether or not an individual extraction cycle for the local method (3 times in FIG. 2 ) is presented is determined, and when the determination result is affirmative, the received data is transferred to an S 66 .
- the superior individuals are transferred to the CPU for the local method only by the predetermined number.
- an S 67 whether or not a migration cycle (twice in FIG. 2 ) is presented is determined, and when the determination result is affirmative, the received data is transferred to an S 68 . However, when the determination result is negative, the received data is returned to the S 60 .
- a parallel GA system of the present invention allows each child population to become independent with respect to each processor and evolve. Consequently, the GA process in each processor lowers the diversity of a solution compared to the GA process of a parent population, so that the fitting capability goes down. Consequently, the processing referred to as migration is added. Migration is the process of replacing the chromosomes among child populations in the respective CPUs. By this processing, the diversity of the solution is maintained, and the fitting capability which is the same or more than the fitting capability during the single population processing is maintained.
- the superior individuals are extracted only by the predetermined number.
- the data of the extracted individual is transferred to the predetermined CPU.
- the forwarding CPU may be fixed beforehand, or a table or an arithmetic expression which determines to which CPU will be transferred for what time may be created and distributed beforehand.
- the data may be transferred in a ring such that, for example, the CPU 1 data is transferred to the CPU 2 , the CPU 2 data is transferred to the CPU 3 . . . the CPUn ⁇ 1 data is transferred to the CPU 1 .
- the data migrated from the other CPUs is received.
- the data migration in an S 70 is added to the parent population of the individual, and returned to the S 60 .
- the superior individual information with a predetermined number which is the result of the processing in the S 72 is transferred and reported to the management CPU, and the GAn processing is completed.
- high-accuracy parameter adjustment can be performed within a short time.
- a high-accuracy circuit simulation can be performed without a test, so that efficiency in manufacturing a semiconductor device improves.
- Embodiment 1 is explained in the above; however, the following transformational example is used as the parameter adjusting device of the present invention.
- the example where: the individual for the local-method processing periodically transmits the superior individual information is disclosed; however, in the case that the individual information satisfying the predetermined accuracy in the CPUs for each GA appears, the individual information may be transmitted to the CPU for the local method as needed.
- each CPU is assigned to any of the GA processing or the local-method processing is disclosed; however, in the case that, for example, there is only one CPU with a high processing capability, both of the GA processing and the local-method processing can be assigned to the CPU with the highest processing capability, and only the GA processing can be assigned to the other CPUs.
- the example wherein the superior interim result of the GA processing is searched by the local method is disclosed; however, in the case wherein there are multiple peaks of the evaluated values in a parameter space, when the superior interim result of the GA processing can be classified into the multiple groups being able to be fitted within the predetermined range in the parameter space, the representative individuals of each group may be searched by the local method.
- the parameter adjusting device of the present invention can be applied to an optional parameter adjusting device optimizing a parameter using the genetic algorithm with multiple processing means.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Life Sciences & Earth Sciences (AREA)
- Biophysics (AREA)
- Health & Medical Sciences (AREA)
- Evolutionary Biology (AREA)
- Bioinformatics & Computational Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Mathematical Physics (AREA)
- General Engineering & Computer Science (AREA)
- Computing Systems (AREA)
- Molecular Biology (AREA)
- General Health & Medical Sciences (AREA)
- Evolutionary Computation (AREA)
- Computational Linguistics (AREA)
- Biomedical Technology (AREA)
- Artificial Intelligence (AREA)
- Physiology (AREA)
- Genetics & Genomics (AREA)
- Databases & Information Systems (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Design And Manufacture Of Integrated Circuits (AREA)
Abstract
A parameter adjusting device optimizes parameters using a genetic algorithm by using a plurality of processing devices. The plurality of processing devices is respectively configured to individually and simultaneously execute the genetic algorithm and to, a predetermined period prior each local search, be such that each processing device, in accordance with the genetic algorithm processing, based on predetermined numbers, send individuals of a genetic population to others of the plurality of processing devices and further configured to have a migration arrangement for receiving the predetermined numbers.
Description
- This is a continuation application of patent application Ser. No. 10/584,350 filed on Jun. 23, 2006.
- The present invention relates to a parameter adjusting device, especially, a parameter adjusting device that can adjust a great number of parameters of a physical model and so on by a genetic algorithm (hereinafter referred to as a GA) using multiple processing units (processors, CPU) within a short time.
- Conventionally, a parameter adjusting device that automatically performs parameter fitting (adjusting) processing of a physical model including multiple parameters using the GA from an experimental result and so on is proposed. A reference for the GA is, for example, the following Japanese Non-patent Publication 1 (David E. Goldberg, 1989, “Genetic Algorithms in Search, Optimization, and Machine Learning”, published by ADDISON-WESLEY PUBLISHING COMPANY, INC). In addition, the GA in the present invention represents an evolutionarily computational technique, and includes an evolution strategy (ES) technique. A reference for the evolution strategy, for example, includes the following Japanese Non-patent Publication 2 (H. P. Schwefel, 1995, “Evolution and Optimum Seeking”, published by John Wiley & Sons).
- Furthermore, in the following Japanese Patent Publication 1 (Japanese Patent Publication No. 2003-108972), a parameter adjusting device that automatically performs a parameter adjusting processing of a physical model including the multiple parameters using the GA is proposed.
- In the above-mentioned conventional parameter adjusting method, the method for improving accuracy by performing parameter adjustment (search) using the GA at first, and a local search method in the final stage of the search, was used. However, since the search using the GA lowers searching speed in the final stage, when the GA tries to raise the accuracy, the processing time becomes longer. On the other hand, when the GA is switched to the local search method in the early stage, an optimal solution might not be obtained.
- Also, GA processing is suitable for relatively parallel processing; however, the local search method is not suitable for high speed through parallel processing. In addition, depending on an applied model, the local search method has a possibility of reaching the optimal solution quicker than the GA does. However, even in the above-mentioned model, the processing time could not be shortened by the conventional method.
- Further objects and advantages of the invention will be apparent from the following description of the invention.
- The present invention is made in order to solve the above-mentioned problems, and the main feature of the parameter adjusting device of the invention is that, in the parameter adjusting device optimizing parameters using a genetic algorithm with multiple processing means (CPU), a processing assignment means wherein a part of the multiple processing means is assigned to search processing by a local search method such as Powell method is provided.
- Also, when performances of multiple processors are not equal, the present invention assigns processing of the local search to a low-performance processor. Also, the present invention collects an interim result of the search from the processor being assigned to the processing by the genetic algorithm in the multiple processors, and uses it for the search processing by the local search method.
- In addition, the present invention includes an individual decision means which determines the group of individuals being processed by the genetic algorithm through the processing means being assigned to the processing by the GA in the multiple processing means according to the respective processing capability of each processor's means. Furthermore, the multiple processors include a determination means determining whether to satisfy respective search processing termination conditions. When a termination is determined in an optional processor, the present invention terminates the entire processing of the device.
- According to the above-mentioned features, a parameter adjusting device of the present invention has an effect to be able to determine a group of the most appropriate parameters within a short time by: effectively utilizing a resource inside a system; parallelizing fitting processing; and making the fitting processing more efficient.
-
FIG. 1 is a block diagram showing a hardware structure of an embodiment of the parameter adjusting device of the present invention. -
FIG. 2 is a schematic time chart showing a parameter adjusting processing using the GA of the present invention. -
FIG. 3 is a flowchart showing contents of processing in an administrative CPU1. -
FIG. 4 is a flowchart showing contents of CPU processing for the GA. -
FIG. 5 is a flowchart showing the contents of CPU processing for a local method. -
FIG. 6 is a flowchart showing the contents of GAn processing of S16, S36. - A parameter adjusting device of the present invention can be used in order to run a simulation of a transistor with an optional shape using the model generated by optimizing the model parameters which is calculated with the model function that expresses the transistor's electric property using the electric property data measured from several transistors with a different shape experimentally. However, the present invention is not limited to the example described hereinabove, and can be applied to optional processings using the GA. Hereinafter, embodiments of the present invention will be explained.
-
FIG. 1 is a block diagram showing the hardware structure of an embodiment of the parameter adjusting device of the present invention. Well-known personal computers of CPU1(1)˜CPUn(13) with n units are connected by a LAN14. A well-knowndisplay 16 andkeyboard 15 for data input and output are connected to the CPU1(10); however, thedisplay 16 andkeyboard 15 may be connected to the other CPUs. A well-known data input and output device may be installed in each CPU. The parameter adjusting device of the present invention can be realized by creating and installing a program described hereinafter in each CPU. - Incidentally, the above-mentioned structure is an example, and when a number of CPUs are installed on a server, or when a number of personal computers are connected via the Internet, the present invention can be applied to optional computer systems which can substantively perform parallel processing by a number of processing units (CPU). Also, even when one CPU such as a hyper-threading function and so on can substantively perform a number of processing in parallel, the present invention can be applied.
-
FIG. 2 is a schematic time chart showing a parameter adjusting (fitting) processing using the GA of the present invention. The CPU1 functions as an administrative CPU, and performs: data input and output; a processing assignment to the other CPUs; and the management of the entire parameter adjusting processing other than GA processing (local-method processing). The CPU2˜CPUn−1 are CPUs being assigned to the GA processing. The CPUn is the CPU being assigned to local-method search processing. Incidentally, the reference alphabet n represents aninteger 2 or more. - The CPU1 collects processing results (superior individual information) from the other CPUs with respect to each predetermined cycle (generational change processing of the predetermined number of the GA=GAn processing), and determines termination conditions. When the termination conditions are satisfied, the CPU1 terminates the entire processing, and outputs a result. Every time the CPU1 for the management gives an instruction, the CPU for the GA processing performs the GAn processing. Migration processing is performed during the GAn processing, wherein the CPUs for the other GA and an individual are exchanged over the predetermined cycle. Also, over an independent cycle from the above-described cycle, the superior individual information is transmitted to the CPUn for the local method (or via the CPU for the management) at that point.
- When the CPUn for the local method receives individual (parameter) information via the CPU for the management or the CPU for the GA, the CPUn for the local method optimizes (searches) the parameters by a heretofore known local search method, and transmits a search result to the CPU for the management.
-
FIG. 3 is a flowchart showing contents of the processing in an administrative CPU1. In a S10, the other CPUs available to the GA or local method are searched. In a S11, it is determined whether or not processing capabilities of the available CPUs are well-known, and when a determined result is negative, the S11 is transferred to S12. In the S12, the processing capabilities determine the processing capabilities of unforeknown CPUs. As a capability, a method such that the capability is measured by measuring the processing time through a simple benchmark testing program wherein clock frequency information of the CPU is retrieved, can be adopted. - In S13, the CPU for the local method is selected. As a selection condition, for example, the CPU with the lowest processing capability is selected. The CPU1 for the management may be selected as the CPU for the local method; however, in this example, another CPUn shall be selected. Incidentally, the processing of the S10˜13 may be performed beforehand. The CPU available to the management CPU1, the processing capability, the processing assignment, and so on may be registered beforehand.
- In S14, input data necessary to the GA or the local-method processing is distributed to each CPU. In S15, an individual (chromosome) for the GA processing in the CPU for the management is generated. For example, in the case of the semiconductor manufacturing line, N chromosomes (individuals), wherein the whole physical model functions of a transistor or a value of a part of the parameters are the genes, are generated, and are considered as an individual population. An individual generation determines the value of the genes in the chromosomes. Incidentally, in a physical model of a transistor such as the heretofore known BSIM, a range of recommended parameter initial values is set, so that in each parameter, the initial value is determined randomly within the range of the recommended parameter initial value, and becomes the value of the genes.
- The number of the individuals N is basically determined based on the number of the parameters being required to be adjusted. In the embodiment, for example, it may be that the number of the individual N=the number of the parameter x a constant (for example, 5˜15). Incidentally, the larger the number of the individual N, the better the accuracy: however, the longer the processing time. On the other hand, when the multiple CPUs with different processing capabilities perform the GA processing of the same individual number N, a quick CPU has to wait until a slow CPU completes the processing. As a result, the processing time of the multiple CPUs being assigned to the GA may be roughly the same by increasing the N for the CPUs with larger processing capability.
- In an S16, the after-mentioned GAn processing (or the local-method processing) is performed. In an S17, processing result data of the entire CPUs including one's own data are collected. In an S18, whether or not the termination condition is satisfied is determined. The termination condition is that, for example, a condition of any of the following (1)˜(3) is satisfied. (1) The evaluated value of any individuals has reached more than the target value set beforehand. (2) The increase rate of the evaluated value has become below the predetermined value. (3) The iteration of calculation has surpassed the predetermined value.
- In an S19, a termination is indicated relative to all the CPUs, and in an S20, a result is outputted at, for example, a display, printer, file, and so on. Incidentally, when the information of the above-mentioned termination condition (1) is transmitted through the other CPUs during the processing of the S16, the processing of the S16 may be paused immediately and transferred to the S19.
-
FIG. 4 is a flowchart showing the contents of the CPU processing for the GA. In an S30, it is held until the data is received through the management CPU. In an S31, if the received data indicates termination, the processing is terminated. In an S32, whether or not the received data is the distributed data in the S14 is determined, and when the determination result is affirmative, the received data is transferred to an S33. In the S33, the individual (chromosome) for the GA processing in its CPU is generated. This processing is the same processing with the S15. In an S34, the generated individual is registered as the parent population and transferred to an S36. - In an S35, whether or not the received data is a continued instruction is determined, and when the determination result is affirmative, the received data is transferred to the S36. In the S36, the GAn processing which is the generational change processing with the predetermined number of the GA described hereinafter is performed. In an S37, the superior individual information with a predetermined individual number which is the result of the GA processing, is transferred to the management CPU, and returned to the S30.
-
FIG. 5 is a flowchart showing the contents of the CPU processing for the local method. In an S50, it is held until the data is received through the management CPU. In an S51, if the received data indicates termination, the processing is terminated. In an S52, whether or not the received data is the distributed data in the S14 is determined, and when the determination result is affirmative, the received data is transferred to an S55. - In an S53, whether or not the data of an interim result being transmitted from the CPU for the GA is the superior data is determined, and when the determination result is affirmative, the received data is transferred to an S54. In the S54, the individual for performing the search processing is selected from the superior individual data sorted by the evaluated values, collected from each CPU in order of evaluated value, and so on. Incidentally, if the CPU for the local method can perform the local-method search processing more than once during the GAn processing of the other CPUs, the number of the individual being selected within a performable range may be multiple, and in the case of a multiple number, the search processing with the local method is processed one-by-one in order.
- In the S55, the parameter adjustment, i.e., the superior parameter search is performed by, for example, the heretofore known Powell method as mentioned in, for example, “NUMERICAL RECIPES in C, Gijutsu-Hyohron Co., Ltd., 1993” and so on, or the other heretofore known local search method. Since the processing has a light processing load compared to the GA processing, even if the CPU has a low processing capability, the processing can be performed within a short time compared to the GA processing. In an S56, the superior individual information with the predetermined individual number which is the result of the processing is transferred to the management CPU, and returned to the S50.
-
FIG. 6 is a flowchart showing the contents of GAn processing which are the generational change processing of the predetermined number of the GA of the S16, S36. In S60˜S62, generation update processing for a generation in the heretofore known genetic algorithm processing is performed. Incidentally, details are written in the above-mentioned Japanese Patent Publication. First, in the S60, the individual is selected randomly from the parent population by the predetermined number, and generates a child individual by crossover processing. Crossover processing is a processing wherein: a copy of a selected parent individual is respectively generated by an arbitrary number; and a part of the gene is exchanged between the copy individuals; or a new gene is generated from each gene, so that a child individual with an arbitrary number is generated. - In the S61, the evaluated value of the child individual being generated at the S60 is calculated. The evaluated value is the value showing how close to an ideal value the gene in the chromosomes is as the parameter. In the case of being applied to a semiconductor manufacturing line, square error between: estimated value of the property being calculated by the transistor model function which expresses the electric property wherein the genes in the chromosome is the model parameters; and measured value of the property being obtained by an experimental test of the transistor is calculated. The lower the square error value becomes, the better the estimation is.
- In the S62, only the number of individuals which are retrieved from the parent individuals being selected in the S60 and the generated child individuals in order of highest value is returned to the parent population, and the rest is abandoned. Due to this processing, a low-valued chromosome is eliminated. Incidentally, in addition to this, the following method in which: a part of the parent individuals is returned to the population as it is without being selected as the object of the natural selection and the number of “the rest of the parent individual” is returned in the order of the highest value from the rest of the parent individuals and the child individuals; or after the whole individuals are returned to the parent population, only original number of the parent population is left and the others are eliminated may be used.
- Generally, in the GA, a mutation method is applied in addition to crossover method. However, for example, in the above-mentioned Japanese Patent Publication, since the genes of the child individuals are generated using random numbers in the process of the crossover, the property of the mutation is also included. Therefore, in the case of using the above-mentioned crossover method, the mutation is not required to be performed additionally. Incidentally, in the case of the GA handling real number value, the operation wherein normal random numbers being generated according to a normal distribution are added to each gene of the chromosomes, is proposed as a mutation processing, and the above-mentioned mutation processing may be added.
- In an S63, whether or not accuracy, i.e., an error of the experimental result of the physical model using the parameters of the individuals being equal to the most highly-evaluated value meets the target value is determined, and when the determination result is affirmative, the received data is transferred to an S72. In the S64, whether or not the GA processing (generational change) is performed by a determined iteration beforehand (6 times in
FIG. 2 ), is determined, and when the determination result is affirmative, the received data is transferred to the S72. - In an S65, whether or not an individual extraction cycle for the local method (3 times in
FIG. 2 ) is presented is determined, and when the determination result is affirmative, the received data is transferred to an S66. In the S66, the superior individuals are transferred to the CPU for the local method only by the predetermined number. In an S67, whether or not a migration cycle (twice inFIG. 2 ) is presented is determined, and when the determination result is affirmative, the received data is transferred to an S68. However, when the determination result is negative, the received data is returned to the S60. - A parallel GA system of the present invention allows each child population to become independent with respect to each processor and evolve. Consequently, the GA process in each processor lowers the diversity of a solution compared to the GA process of a parent population, so that the fitting capability goes down. Consequently, the processing referred to as migration is added. Migration is the process of replacing the chromosomes among child populations in the respective CPUs. By this processing, the diversity of the solution is maintained, and the fitting capability which is the same or more than the fitting capability during the single population processing is maintained.
- In the S68, the superior individuals are extracted only by the predetermined number. In an S69, the data of the extracted individual is transferred to the predetermined CPU. The forwarding CPU may be fixed beforehand, or a table or an arithmetic expression which determines to which CPU will be transferred for what time may be created and distributed beforehand. As an example, the data may be transferred in a ring such that, for example, the CPU1 data is transferred to the CPU2, the CPU2 data is transferred to the CPU3 . . . the CPUn−1 data is transferred to the CPU1. In an S70, the data migrated from the other CPUs is received. In an S71, the data migration in an S70 is added to the parent population of the individual, and returned to the S60.
- When the termination is determined, the superior individual information with a predetermined number which is the result of the processing in the S72, is transferred and reported to the management CPU, and the GAn processing is completed.
- By the above-mentioned structure and processing, high-accuracy parameter adjustment can be performed within a short time. By adopting the relevant parameters to the physical model, a high-accuracy circuit simulation can be performed without a test, so that efficiency in manufacturing a semiconductor device improves.
-
Embodiment 1 is explained in the above; however, the following transformational example is used as the parameter adjusting device of the present invention. In the embodiment, the example where: the individual for the local-method processing periodically transmits the superior individual information is disclosed; however, in the case that the individual information satisfying the predetermined accuracy in the CPUs for each GA appears, the individual information may be transmitted to the CPU for the local method as needed. - In the embodiment, the example wherein each CPU is assigned to any of the GA processing or the local-method processing is disclosed; however, in the case that, for example, there is only one CPU with a high processing capability, both of the GA processing and the local-method processing can be assigned to the CPU with the highest processing capability, and only the GA processing can be assigned to the other CPUs.
- In the embodiment, the example wherein the superior interim result of the GA processing is searched by the local method is disclosed; however, in the case wherein there are multiple peaks of the evaluated values in a parameter space, when the superior interim result of the GA processing can be classified into the multiple groups being able to be fitted within the predetermined range in the parameter space, the representative individuals of each group may be searched by the local method.
- The parameter adjusting device of the present invention can be applied to an optional parameter adjusting device optimizing a parameter using the genetic algorithm with multiple processing means.
- The disclosure of Japanese Patent Application No. 2003-433656, filed on Dec. 26, 2003, is incorporated in the application.
- While the invention has been explained with reference to the specific embodiments of the invention, the explanation is illustrative and the invention is limited only by the appended claims.
Claims (4)
1. A parameter adjusting device for optimizing parameters using a genetic algorithm by using a plurality of processing devices, wherein said plurality of processing devices is respectively configured to individually and simultaneously execute the genetic algorithm and to, a predetermined period prior each local search, be such that each processing device, in accordance with the genetic algorithm processing, based on predetermined numbers, send individuals of a genetic population to others of said plurality of processing devices and further configured to have a migration arrangement for receiving the predetermined numbers.
2. The parameter adjusting device as set forth in claim 1 , wherein the each processing device comprises a CPU of a computer or server including a plurality of CPUs in which said genetic algorithm is installed.
3. The parameter adjusting device as set forth in claim 1 , wherein the migration arrangement transfers individual information to be migrated, along a ring shape route.
4. The parameter adjusting device according to claim 1 , wherein a selected one of the plurality of processing devices is configured to determine if all of the searches conducted by the plurality of processing devices have been completed and to terminate the local search process in response to completion of all local searches.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/219,154 US20080281986A1 (en) | 2003-12-26 | 2008-07-17 | Parameter adjusting device |
Applications Claiming Priority (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003-433656 | 2003-12-26 | ||
JP2003433656A JP4458412B2 (en) | 2003-12-26 | 2003-12-26 | Parameter adjustment device |
US10/584,350 US7636706B2 (en) | 2003-12-26 | 2004-12-22 | Parameter adjustment device |
PCT/JP2004/019163 WO2005064534A1 (en) | 2003-12-26 | 2004-12-22 | Parameter adjustment device |
US12/219,154 US20080281986A1 (en) | 2003-12-26 | 2008-07-17 | Parameter adjusting device |
Related Parent Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2004/019163 Continuation WO2005064534A1 (en) | 2003-12-26 | 2004-12-22 | Parameter adjustment device |
US11/584,350 Continuation US7851815B2 (en) | 2005-10-22 | 2006-10-20 | Light-emitting element having at least one light-emitting chip crystal |
Publications (1)
Publication Number | Publication Date |
---|---|
US20080281986A1 true US20080281986A1 (en) | 2008-11-13 |
Family
ID=34736523
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/584,350 Expired - Fee Related US7636706B2 (en) | 2003-12-26 | 2004-12-22 | Parameter adjustment device |
US12/219,154 Abandoned US20080281986A1 (en) | 2003-12-26 | 2008-07-17 | Parameter adjusting device |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/584,350 Expired - Fee Related US7636706B2 (en) | 2003-12-26 | 2004-12-22 | Parameter adjustment device |
Country Status (6)
Country | Link |
---|---|
US (2) | US7636706B2 (en) |
EP (1) | EP1701299A4 (en) |
JP (1) | JP4458412B2 (en) |
KR (1) | KR20070005925A (en) |
CN (1) | CN1902646A (en) |
WO (1) | WO2005064534A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140115597A1 (en) * | 2012-10-18 | 2014-04-24 | Advanced Micro Devices, Inc. | Media hardware resource allocation |
Families Citing this family (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5055556B2 (en) * | 2005-12-05 | 2012-10-24 | 国立大学法人名古屋大学 | Multi-parameter optimization method by hybrid GA, data analysis method by pattern matching, material structure estimation method based on radiation diffraction data, related program, recording medium and various devices |
US8768811B2 (en) * | 2009-04-28 | 2014-07-01 | Genetic Finance (Barbados) Limited | Class-based distributed evolutionary algorithm for asset management and trading |
AU2008323758B2 (en) * | 2007-11-08 | 2012-11-29 | Sentient Technologies (Barbados) Limited | Distributed network for performing complex algorithms |
KR101689908B1 (en) * | 2009-04-28 | 2016-12-26 | 센티언트 테크놀로지스 (바베이도스) 리미티드 | Distributed evolutionary algorithm for asset management and trading |
WO2012143978A1 (en) * | 2011-04-22 | 2012-10-26 | 富士通株式会社 | Information processing device and information processing device processing method |
US20140067601A1 (en) * | 2012-09-06 | 2014-03-06 | Sap Ag | Supply chain finance planning |
CN104021425B (en) * | 2014-05-19 | 2017-04-19 | 中国人民解放军国防科学技术大学 | Meme evolutionary algorithm for solving advancing-delay scheduling problem |
US10430429B2 (en) | 2015-09-01 | 2019-10-01 | Cognizant Technology Solutions U.S. Corporation | Data mining management server |
US11250328B2 (en) | 2016-10-26 | 2022-02-15 | Cognizant Technology Solutions U.S. Corporation | Cooperative evolution of deep neural network structures |
US11507844B2 (en) | 2017-03-07 | 2022-11-22 | Cognizant Technology Solutions U.S. Corporation | Asynchronous evaluation strategy for evolution of deep neural networks |
US11250314B2 (en) | 2017-10-27 | 2022-02-15 | Cognizant Technology Solutions U.S. Corporation | Beyond shared hierarchies: deep multitask learning through soft layer ordering |
WO2019118299A1 (en) | 2017-12-13 | 2019-06-20 | Sentient Technologies (Barbados) Limited | Evolving recurrent networks using genetic programming |
WO2019118290A1 (en) | 2017-12-13 | 2019-06-20 | Sentient Technologies (Barbados) Limited | Evolutionary architectures for evolution of deep neural networks |
US11527308B2 (en) | 2018-02-06 | 2022-12-13 | Cognizant Technology Solutions U.S. Corporation | Enhanced optimization with composite objectives and novelty-diversity selection |
US12033079B2 (en) | 2018-02-08 | 2024-07-09 | Cognizant Technology Solutions U.S. Corporation | System and method for pseudo-task augmentation in deep multitask learning |
US11481639B2 (en) | 2019-02-26 | 2022-10-25 | Cognizant Technology Solutions U.S. Corporation | Enhanced optimization with composite objectives and novelty pulsation |
US11669716B2 (en) | 2019-03-13 | 2023-06-06 | Cognizant Technology Solutions U.S. Corp. | System and method for implementing modular universal reparameterization for deep multi-task learning across diverse domains |
US11783195B2 (en) | 2019-03-27 | 2023-10-10 | Cognizant Technology Solutions U.S. Corporation | Process and system including an optimization engine with evolutionary surrogate-assisted prescriptions |
US12026624B2 (en) | 2019-05-23 | 2024-07-02 | Cognizant Technology Solutions U.S. Corporation | System and method for loss function metalearning for faster, more accurate training, and smaller datasets |
US12099934B2 (en) | 2020-04-07 | 2024-09-24 | Cognizant Technology Solutions U.S. Corporation | Framework for interactive exploration, evaluation, and improvement of AI-generated solutions |
US11775841B2 (en) | 2020-06-15 | 2023-10-03 | Cognizant Technology Solutions U.S. Corporation | Process and system including explainable prescriptions through surrogate-assisted evolution |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6542468B1 (en) * | 1997-12-05 | 2003-04-01 | Fujitsu Limited | Apparatus method and storage medium for autonomous selection of a path by tuning response times |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08272760A (en) * | 1995-03-29 | 1996-10-18 | Hitachi Ltd | Nonlinear optimization parallel processing method |
JPH09282288A (en) * | 1996-04-09 | 1997-10-31 | Fujitsu Ltd | Plural-computer operation system |
JPH10134019A (en) * | 1996-09-06 | 1998-05-22 | Fujitsu Ltd | Global search device for parallel genetic algorithm utilizing local solution and storage medium stored global search program of parallel genetic algorithm using search device and local solution |
JPH1097437A (en) * | 1996-09-20 | 1998-04-14 | Nippon Steel Corp | Parallel distributed processing system |
US5942097A (en) * | 1997-12-05 | 1999-08-24 | The Ohio State University | Method and apparatus featuring a non-consumable anode for the electrowinning of aluminum |
US5924097A (en) * | 1997-12-23 | 1999-07-13 | Unisys Corporation | Balanced input/output task management for use in multiprocessor transaction processing system |
JP2000163393A (en) * | 1998-11-27 | 2000-06-16 | Matsushita Electric Ind Co Ltd | Combination optimizing device |
JP3404532B2 (en) | 2001-07-27 | 2003-05-12 | 独立行政法人産業技術総合研究所 | Optimal fitting parameter determining method and apparatus, and optimal fitting parameter determining program |
JP2003288579A (en) | 2001-07-27 | 2003-10-10 | National Institute Of Advanced Industrial & Technology | Method and apparatus for optimum fitting parameter determination, and optimum fitting parameter determining program |
US7236971B1 (en) * | 2002-12-20 | 2007-06-26 | Ncr Corporation | Method and system for deriving data through interpolation in a database system |
-
2003
- 2003-12-26 JP JP2003433656A patent/JP4458412B2/en not_active Expired - Fee Related
-
2004
- 2004-12-22 US US10/584,350 patent/US7636706B2/en not_active Expired - Fee Related
- 2004-12-22 EP EP04807520A patent/EP1701299A4/en not_active Withdrawn
- 2004-12-22 KR KR1020067011612A patent/KR20070005925A/en not_active Application Discontinuation
- 2004-12-22 WO PCT/JP2004/019163 patent/WO2005064534A1/en not_active Application Discontinuation
- 2004-12-22 CN CNA2004800391461A patent/CN1902646A/en active Pending
-
2008
- 2008-07-17 US US12/219,154 patent/US20080281986A1/en not_active Abandoned
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6542468B1 (en) * | 1997-12-05 | 2003-04-01 | Fujitsu Limited | Apparatus method and storage medium for autonomous selection of a path by tuning response times |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140115597A1 (en) * | 2012-10-18 | 2014-04-24 | Advanced Micro Devices, Inc. | Media hardware resource allocation |
US9594594B2 (en) * | 2012-10-18 | 2017-03-14 | Advanced Micro Devices, Inc. | Media hardware resource allocation |
Also Published As
Publication number | Publication date |
---|---|
WO2005064534A1 (en) | 2005-07-14 |
US7636706B2 (en) | 2009-12-22 |
EP1701299A4 (en) | 2009-04-22 |
EP1701299A1 (en) | 2006-09-13 |
KR20070005925A (en) | 2007-01-10 |
JP2005190372A (en) | 2005-07-14 |
US20070150435A1 (en) | 2007-06-28 |
CN1902646A (en) | 2007-01-24 |
JP4458412B2 (en) | 2010-04-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20080281986A1 (en) | Parameter adjusting device | |
Ponnambalam et al. | A TSP-GA multi-objective algorithm for flow-shop scheduling | |
Wang et al. | A Pareto-based estimation of distribution algorithm for the multi-objective flexible job-shop scheduling problem | |
Li et al. | Cost-oriented robotic assembly line balancing problem with setup times: multi-objective algorithms | |
CN106845642B (en) | A kind of adaptive multi-target evolution method of belt restraining cloud workflow schedule | |
Zaharie et al. | Parallel implementation of multi-population differential evolution | |
Nagano et al. | An evolutionary clustering search for the total tardiness blocking flow shop problem | |
Noorian Talouki et al. | A hybrid meta-heuristic scheduler algorithm for optimization of workflow scheduling in cloud heterogeneous computing environment | |
Sun et al. | A bayesian optimization-based evolutionary algorithm for flexible job shop scheduling | |
JP2018077547A (en) | Parallel processing apparatus, parallel processing method, and parallelization processing program | |
Cheng et al. | Self-adaptive parameters in differential evolution based on fitness performance with a perturbation strategy | |
CN112463532B (en) | Method for constructing SNN workload automatic mapper and automatic mapper | |
CN114650321A (en) | Task scheduling method for edge computing and edge computing terminal | |
KR20090032328A (en) | Weight-based multi-queue load balancing system for parallel computing and method of the same | |
CN112035234A (en) | Distributed batch job distribution method and device | |
Nematpour et al. | Enhanced genetic algorithm with some heuristic principles for task graph scheduling | |
JP5126694B2 (en) | Learning system | |
Laili et al. | Parallel transfer evolution algorithm | |
Kim et al. | Deep-learning-based storage-allocation approach to improve the AMHS throughput capacity in a semiconductor fabrication facility | |
Kong et al. | Permutation-based particle swarm algorithm for tasks scheduling in heterogeneous systems with communication delays | |
Manupati et al. | Real-time rule-based scheduling system for integrated delivery in a semiconductor manufacturing using evolutionary algorithm-based simulation approach | |
Akbari et al. | An efficient algorithm for compile-time task scheduling problem on heterogeneous computing systems | |
CN116679981B (en) | Software system configuration optimizing method and device based on transfer learning | |
US12056525B2 (en) | Hybrid scheduling method for deep learning workloads, and computing apparatus with hybrid scheduling | |
Nazri et al. | Artificial Immune System (AIS) for Task Scheduling Problem in Multi-Processors Environment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |