CN113449897A - Method for optimizing point sweeping of test parameters of engine bench - Google Patents

Method for optimizing point sweeping of test parameters of engine bench Download PDF

Info

Publication number
CN113449897A
CN113449897A CN202010219347.0A CN202010219347A CN113449897A CN 113449897 A CN113449897 A CN 113449897A CN 202010219347 A CN202010219347 A CN 202010219347A CN 113449897 A CN113449897 A CN 113449897A
Authority
CN
China
Prior art keywords
parameters
scanning
fine
fine scanning
influence
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.)
Granted
Application number
CN202010219347.0A
Other languages
Chinese (zh)
Other versions
CN113449897B (en
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.)
United Automotive Electronic Systems Co Ltd
Original Assignee
United Automotive Electronic Systems Co Ltd
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 United Automotive Electronic Systems Co Ltd filed Critical United Automotive Electronic Systems Co Ltd
Priority to CN202010219347.0A priority Critical patent/CN113449897B/en
Publication of CN113449897A publication Critical patent/CN113449897A/en
Application granted granted Critical
Publication of CN113449897B publication Critical patent/CN113449897B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/243Classification techniques relating to the number of classes
    • G06F18/24323Tree-organised classifiers

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • General Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Evolutionary Biology (AREA)
  • Game Theory and Decision Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Testing Of Engines (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

According to the method for scanning the optimized parameters of the engine bench test, a plurality of parameters influencing an optimized target are obtained through analyzing the original scanning data; sequencing the parameters according to the importance degree of influencing the optimization target, and simultaneously obtaining the influence value of the parameters on the optimization target; determining ranges of a plurality of fine scanning parameters according to the influence values; and determining a fine scanning area; selecting a plurality of fine scanning points in the fine scanning area; determining an optimal value of the influence of the fine scanning parameters on an optimization target; the steps of the optimized point scanning method are all realized through self-programming, the automatic optimization process of the optimization target is realized, and the optimal value of the influence on the optimization target can be intelligently obtained; in the process of the engine bench test, the influence of different parameters on the optimization target can be locked to determine the fine scanning parameters and reject the parameters which have little influence on the optimization target, so that the test workload of the bench test can be reduced, and the efficiency of the bench test can be improved.

Description

Method for optimizing point sweeping of test parameters of engine bench
Technical Field
The invention relates to the technical field of test testing, in particular to a method for scanning points in an engine bench test parameter optimization mode.
Background
During the calibration optimization process of the engine bench test, a multi-calibration parameter scanning operation is performed on an optimization target (such as gaseous emissions, etc.), and usually, an engineer will set a multi-parameter rough step scanning matrix according to personal experience, wherein the matrix size is the product of the number of calibration parameters. And then, according to the result of the rough scanning, selecting an area with better target parameters, and finely scanning (fine scanning) the calibration parameters of the area, wherein the scanning range is the product of the number of the calibration parameters of the area. The engine bench test calibration optimization method cannot lock different calibration parameter influence sizes (only the importance of a small number of parameters can be locked even if experienced engineers face a multi-parameter complex problem), so that the scanning density of the fine scanning parameters cannot be distributed according to the importance of the parameters, all the parameters can be scanned according to the similar scanning density, even the calibration parameters which have little influence on the optimization target can be increased by mistake for fine scanning, and the test workload of the fine scanning of the parameters is greatly increased.
Disclosure of Invention
The invention aims to provide a method for optimizing and sweeping engine bench test parameters, which aims to solve the problems that in the prior art, a large amount of time and bench resources are consumed for determining an optimal combination scheme by means of manual experience, and the optimal parameter combination scheme is not easy to find out.
The invention provides an engine bench test parameter optimization point sweeping method, which comprises the following steps:
acquiring original scanning data;
analyzing and processing the original scanning data to obtain a plurality of parameters influencing an optimization target;
analyzing a plurality of parameters, sequencing the parameters according to the degree of influence on an optimization target, and obtaining the influence value of the parameters on the optimization target;
determining a plurality of fine scanning parameters according to the ranking of the importance degrees of the parameters, and determining the range of the plurality of fine scanning parameters according to the influence value;
determining a fine scanning area according to the plurality of fine scanning parameters and the range corresponding to the plurality of fine scanning parameters, and selecting a plurality of fine scanning points in the fine scanning area;
and determining the optimal value of the influence of the fine scanning parameters on the optimization target.
Optionally, in the method for scanning optimized parameters of the engine bench test, a random forest algorithm is used to analyze and process the original scanning data, so as to obtain parameters affecting an optimization target.
Optionally, in the method for optimizing the sweep point of the engine bench test parameters, the method for sorting the plurality of parameters according to the importance degree according to the degree influencing the optimization goal includes the following steps:
establishing a random forest algorithm model;
taking a plurality of the parameters and the optimization target as input variables in a random forest algorithm;
and analyzing the input variables by adopting a random forest algorithm to obtain the importance distribution of different parameters, and sequencing the parameters.
Optionally, in the method for optimizing the sweep point of the engine bench test parameters, the method for obtaining the influence value of the plurality of parameters on the optimization target comprises the following steps:
establishing a random forest algorithm model;
taking a plurality of the parameters and the optimization target as input variables in a random forest algorithm;
and analyzing the input variables by adopting a random forest algorithm to obtain the influence values of a plurality of parameters on the optimization target.
Optionally, in the method for optimizing a sweep point by using the engine bench test parameters, the method for determining the fine sweep parameter includes the following steps:
and sequentially sorting according to the importance of the parameters and the importance degree, and taking a plurality of parameters which are sorted in the front as the fine scanning parameters.
Optionally, in the method for optimizing a sweep point by using the engine bench test parameters, the method for determining the fine sweep area includes the following steps:
acquiring a plurality of fine scanning parameters and influence values corresponding to the fine scanning parameters;
combining the influence values corresponding to the fine scanning parameters to obtain a plurality of optimal combinations influencing the optimization target;
and sequencing the multiple better combinations, and selecting the optimal combination as a fine scanning area.
Optionally, in the method for optimizing the sweep points of the test parameters of the engine bench, the method for selecting a plurality of fine sweep points includes the following steps:
according to the importance ranking of the fine scanning parameters, determining different scanning point densities of different fine scanning parameters;
the scanning point density is in direct proportion to the importance of the fine scanning parameter;
and the scanning point falling into the fine scanning area is the fine scanning point.
Optionally, in the method for optimizing the sweep point of the engine bench test parameters, the method for determining the optimal value of the influence of the fine sweep parameter on the optimization target includes the following steps:
determining a scanning point range of each fine scanning parameter by combining the fine scanning area;
and determining the optimal value of the influence of the fine scanning parameters on the optimization target by combining the scanning range and the scanning density.
Optionally, in the method for optimizing the sweep point by using the engine bench test parameters, an orthogonal test method is used to determine an optimal value of the influence of the fine sweep parameter on the optimization target.
Optionally, in the method for optimizing the sweep point of the engine bench test parameters, a factorization method is adopted to determine an optimal value of the influence of the fine sweep parameter on the optimization target.
In summary, according to the method for optimizing the scanning points of the engine bench test parameters provided by the invention, a plurality of parameters influencing the optimization target are obtained through analyzing the original scanning data; sequencing the parameters according to the importance degree of influencing the optimization target, and simultaneously obtaining the influence value of the parameters on the optimization target; determining ranges of a plurality of fine scanning parameters according to the influence values; and determining a fine scanning area; selecting a plurality of fine scanning points in the fine scanning area; determining an optimal value of the influence of the fine scanning parameters on an optimization target; the steps of the optimized point scanning method are all realized through self-programming, the automatic optimization process of the optimization target is realized, and the optimal value of the influence on the optimization target can be intelligently obtained; in the process of the engine bench test, the influence of different parameters on the optimization target can be locked to determine the fine scanning parameters and reject the parameters which have little influence on the optimization target, so that the test workload of the bench test can be reduced, and the efficiency of the bench test can be improved.
Drawings
FIG. 1 is a flow chart of a method for optimizing a sweep point for engine rig test parameters provided in an embodiment of the present invention;
FIG. 2 is a flowchart of a method for ranking a plurality of the parameters according to importance according to a degree affecting an optimization objective, according to an embodiment of the present invention;
FIG. 3 is a flowchart of a method for deriving an influence value of a plurality of parameters on an optimization target according to an embodiment of the present invention;
FIG. 4 is a flowchart of a method for determining a fine scan region according to an embodiment of the present invention;
FIG. 5 is a flowchart of a method for selecting a plurality of fine scanning points according to an embodiment of the present invention;
fig. 6 is a flowchart of a method for determining an optimal value of the impact of the fine-scan parameter on the optimization objective according to an embodiment of the present invention.
Detailed Description
To further clarify the objects, advantages and features of the present invention, a method for optimizing a sweep point for engine rig test parameters in accordance with the present invention is described in further detail below with reference to FIGS. 1-6. It is to be noted that the drawings are in a very simplified form and are not to precise scale, which is merely for the purpose of facilitating and distinctly claiming the embodiments of the present invention.
Referring to fig. 1, the application provides an engine bench test parameter optimization point sweeping method, comprising the following steps:
step S110: acquiring original scanning data;
step S120: analyzing and processing the original scanning data to obtain a plurality of parameters influencing an optimization target;
step S130: analyzing a plurality of parameters, sequencing the parameters according to the degree of influence on an optimization target, and obtaining the influence value of the parameters on the optimization target;
step S140: determining a plurality of fine scanning parameters according to the ranking of the importance degrees of the parameters, and determining the range of the plurality of fine scanning parameters according to the influence value;
step S150: determining a fine scanning area according to the plurality of fine scanning parameters and the range corresponding to the plurality of fine scanning parameters, and selecting a plurality of fine scanning points in the fine scanning area;
step S160: and determining the optimal value of the influence of the fine scanning parameters on the optimization target.
Obtaining a plurality of parameters influencing an optimization target through analysis of the original scanning data; sequencing the parameters according to the importance degree of influencing the optimization target, and simultaneously obtaining the influence value of the parameters on the optimization target; determining ranges of a plurality of fine scanning parameters according to the influence values; and determining a fine scanning area; selecting a plurality of fine scanning points in the fine scanning area; determining an optimal value of the influence of the fine scanning parameters on an optimization target; the steps of the optimized point scanning method are all realized through self-programming, the automatic optimization process of the optimization target is realized, and the optimal value of the influence on the optimization target can be intelligently obtained; in the process of the engine bench test, the influence of different parameters on the optimization target can be locked to determine the fine scanning parameters and reject the parameters which have little influence on the optimization target, so that the test workload of the bench test can be reduced, and the efficiency of the bench test can be improved.
Preferably, the raw scan data is analyzed and processed by a machine learning algorithm to obtain a plurality of parameters affecting the optimization goal, which will be described below by using a random forest algorithm as an example, the random forest algorithm is a multifunctional machine learning algorithm, and belongs to a combination algorithm, that is, a plurality of base algorithms are used in combination, each base algorithm is predicted separately, and the final conclusion is voted (for classification problem) or averaged (including weighted average, for regression problem) by all the base algorithms. The principle schematic diagram of the random forest algorithm is shown in the following figure, the base algorithm generally adopts decision trees, a forest is formed by a plurality of decision trees, algorithm classification results are obtained by voting of the decision trees, random processes are added to the decision trees in the generating process in the row direction and the column direction respectively, the decision trees are constructed in the row direction by using return sampling to obtain training data, and the random sampling without return is adopted in the column direction to obtain a feature subset, so that the optimal segmentation point is obtained. The random forest algorithm is a combined model, the interior of the random forest algorithm is still based on decision trees, and the random forest algorithm is different from single decision tree classification in that the random forest algorithm classifies through voting results of a plurality of decision trees, so that the random forest algorithm is not easy to generate overfitting problems, and the random forest algorithm is good at processing multi-parameter problems. The core of the random forest algorithm is randomness, which is expressed in the following 3 aspects:
1) the amount of the returned extracted data can be the same as or slightly smaller than that of the original data;
2) randomly selecting N parameters, and selecting the best attribute for splitting;
3) randomly selecting one parameter from the N best splitting parameters to split;
due to the randomness of the above 3 aspects and the characteristics of the decision tree, the random forest algorithm has the following advantages:
overfitting is not easily caused;
the noise immunity and robustness are good;
the data processing mode is simple and convenient;
input of a plurality of parameters;
the parameters can be simultaneously calculated for the optimized target influence value and analyzed for the importance of the parameters;
simultaneously outputting the influence value and the importance of the parameters;
the algorithm has the advantages, and is suitable for the application condition of multi-parameter influence of the optimization sweep point of the bench test parameters. Other similar intelligent algorithms can also be used as a bench test parameter optimization sweep data analysis method.
As shown in fig. 2, the method for ranking a plurality of parameters according to the degree of influence on the optimization goal includes the following steps:
step S131: establishing a random forest algorithm model;
step S132: taking a plurality of the parameters and the optimization target as input variables in a random forest algorithm;
step S133: and analyzing the input variables by adopting a random forest algorithm to obtain the importance distribution of different parameters, and sequencing the parameters.
As shown in fig. 3, the method for obtaining the influence value of a plurality of parameters on the optimization target comprises the following steps:
step S134: establishing a random forest algorithm model;
step S135: taking a plurality of the parameters and the optimization target as input variables in a random forest algorithm;
step S136: and analyzing the input variables by adopting a random forest algorithm to obtain the influence values of a plurality of parameters on the optimization target.
The method for determining the fine scanning parameters comprises the following steps:
and sequentially sorting according to the importance of the parameters and the importance degree, and taking a plurality of parameters which are sorted in the front as the fine scanning parameters. Specifically, the coarsely scanned bench test data is fitted through an intelligent machine algorithm, wherein the intelligent machine algorithm adopts a random forest algorithm, and the random forest algorithm can output a plurality of parameters to optimize target influence values simultaneously in the process of classifying the original data. The specific process is that a plurality of influence values of each parameter influencing the optimization target in the random forest algorithm are combined into the parameter average influence value, namely the parameter average influence value is the influence value of the parameter on the optimization target. In general, the influence values of the parameters on the optimization target are usually kept with high precision due to self-fitting through rough scan data. Therefore, whether the influence value of each parameter on the optimization target is large or not can be judged by analyzing the influence value of each parameter on the optimization target, if the influence value of a certain parameter on the optimization target is large, the influence of the parameter on the optimization target under the working condition is large, the importance of the parameter with the large influence on the optimization target is large, namely, the parameter with the large influence value on the optimization target is important, and the analysis of the working condition and the next fine sweeping selection point can be assisted by analyzing the influence values of different parameters under different working conditions.
As shown in fig. 4, the method for determining the fine scanning area includes the following steps:
s151, acquiring a plurality of fine scanning parameters and influence values corresponding to the fine scanning parameters;
s152, combining the influence values corresponding to the fine scanning parameters to obtain a better combination of a plurality of influence optimization targets;
and S153, sequencing the preferred combinations, and selecting the optimal combination as a fine scanning area.
As shown in fig. 5, the method for selecting a plurality of fine scanning points includes the following steps:
s154, determining different scanning point densities of different fine scanning parameters according to the importance sequence of the fine scanning parameters;
step S155, the scanning point density is in direct proportion to the importance of the fine scanning parameter;
and S156, the scanning point falling into the fine scanning area is the fine scanning point.
As shown in fig. 6, the method for determining the optimal value of the impact of the fine scanning parameter on the optimization goal comprises the following steps:
step S161: determining a scanning point range of each fine scanning parameter by combining the fine scanning area;
step S162: and determining the optimal value of the influence of the fine scanning parameters on the optimization target by combining the scanning range and the scanning density.
And determining the scanning point density of each fine scanning parameter by the determined parameter importance sequence, namely, one fine scanning parameter corresponds to one scanning point density, the more important fine scanning parameter adopts the more dense scanning point density, otherwise, the more sparse scanning point density is adopted, and the non-fine scanning parameter can even not be scanned.
And determining the optimal value of the influence of the fine scanning parameters on the optimization target by combining the scanning point range and the scanning density through a DOE (design of experiments) method, and greatly optimizing the test quantity in the fine scanning process. The DOE test design method is an orthogonal test method or a factorial method, namely, the optimal value of the influence of the fine scanning parameters on the optimization target is determined by the orthogonal test method; or, determining the optimal value of the influence of the fine scanning parameters on the optimization target by adopting a factorization method.
The above description is only for the purpose of describing the preferred embodiments of the present invention, and is not intended to limit the scope of the present invention, and any variations and modifications made by those skilled in the art based on the above disclosure are within the scope of the appended claims.

Claims (10)

1. A method for scanning points by optimizing test parameters of an engine bench is characterized by comprising the following steps:
acquiring original scanning data;
analyzing and processing the original scanning data to obtain a plurality of parameters influencing an optimization target;
analyzing a plurality of parameters, sequencing the parameters according to the degree of influence on an optimization target, and obtaining the influence value of the parameters on the optimization target;
determining a plurality of fine scanning parameters according to the ranking of the importance degrees of the parameters, and determining the range of the plurality of fine scanning parameters according to the influence value;
determining a fine scanning area according to the plurality of fine scanning parameters and the range corresponding to the plurality of fine scanning parameters, and selecting a plurality of fine scanning points in the fine scanning area;
and determining the optimal value of the influence of the fine scanning parameters on the optimization target.
2. The engine mount test parameter optimized sweep method of claim 1 wherein a random forest algorithm is employed to analyze and process the raw sweep data to derive parameters that affect an optimization objective.
3. The engine mount test parameter optimizing sweep method according to claim 2, wherein the method of ranking a plurality of said parameters by degree of importance in terms of degree of influence on optimization objective comprises the steps of:
establishing a random forest algorithm model;
taking a plurality of the parameters and the optimization target as input variables in a random forest algorithm;
and analyzing the input variables by adopting a random forest algorithm to obtain the importance distribution of different parameters, and sequencing the parameters.
4. The engine mount test parameter optimized sweep method of claim 2 wherein the method of deriving a plurality of said parameter impact values on an optimization target comprises the steps of:
establishing a random forest algorithm model;
taking a plurality of the parameters and the optimization target as input variables in a random forest algorithm;
and analyzing the input variables by adopting a random forest algorithm to obtain the influence values of a plurality of parameters on the optimization target.
5. The engine mount test parameter optimizing sweep method of claim 1 wherein the method of determining the fine sweep parameter comprises the steps of:
and sequentially sorting according to the importance of the parameters and the importance degree, and taking a plurality of parameters which are sorted in the front as the fine scanning parameters.
6. The engine mount test parameter optimizing sweep method of claim 1 wherein the method of determining a fine sweep area comprises the steps of:
acquiring a plurality of fine scanning parameters and influence values corresponding to the fine scanning parameters;
combining the influence values corresponding to the fine scanning parameters to obtain a plurality of optimal combinations influencing the optimization target;
and sequencing the multiple better combinations, and selecting the optimal combination as a fine scanning area.
7. The engine mount test parameter optimizing sweep method of claim 1 wherein the method of selecting a plurality of fine sweep points comprises the steps of:
according to the importance ranking of the fine scanning parameters, determining different scanning point densities of different fine scanning parameters;
the scanning point density is in direct proportion to the importance of the fine scanning parameter;
and the scanning point falling into the fine scanning area is the fine scanning point.
8. The engine rig test parameter optimization sweep method of claim 7 wherein the method of determining the optimal value of the fine sweep parameter effect on the optimization objective comprises the steps of:
determining a scanning point range of each fine scanning parameter by combining the fine scanning area;
and determining the optimal value of the influence of the fine scanning parameters on the optimization target by combining the scanning range and the scanning density.
9. The engine rig test parameter optimization sweep method of claim 8, wherein an orthogonal test method is used to determine the optimal value of the fine sweep parameter effect on the optimization objective.
10. The method of engine rig test parameter optimized sweep point of claim 8 wherein a factoring method is employed to determine the optimal value of the fine sweep parameter effect on the optimization objective.
CN202010219347.0A 2020-03-25 2020-03-25 Method for optimizing engine bench test parameters and sweeping points Active CN113449897B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010219347.0A CN113449897B (en) 2020-03-25 2020-03-25 Method for optimizing engine bench test parameters and sweeping points

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010219347.0A CN113449897B (en) 2020-03-25 2020-03-25 Method for optimizing engine bench test parameters and sweeping points

Publications (2)

Publication Number Publication Date
CN113449897A true CN113449897A (en) 2021-09-28
CN113449897B CN113449897B (en) 2024-04-16

Family

ID=77807495

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010219347.0A Active CN113449897B (en) 2020-03-25 2020-03-25 Method for optimizing engine bench test parameters and sweeping points

Country Status (1)

Country Link
CN (1) CN113449897B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114320595A (en) * 2021-11-30 2022-04-12 江铃汽车股份有限公司 Control method for avoiding gasoline engine running in knocking area
CN115329508A (en) * 2022-10-14 2022-11-11 潍柴动力股份有限公司 Method for optimizing passive prechamber of equivalence ratio engine

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102337979A (en) * 2011-08-11 2012-02-01 浙江大学 Automatic calibration parameter optimization method of engine based on genetic algorithm
CN104089777A (en) * 2014-07-07 2014-10-08 广州锦红源电子科技有限公司 Engine pedestal automatic calibration system
US20150262434A1 (en) * 2012-07-23 2015-09-17 Fev Gmbh Performance of experiments
CN107655692A (en) * 2017-09-28 2018-02-02 广州锦红源电子科技有限公司 Engine pedestal automatic calibration method, device and system
CN108088680A (en) * 2016-11-22 2018-05-29 上海汽车集团股份有限公司 A kind of engine pedestal rating test system
CN108515962A (en) * 2018-05-07 2018-09-11 吉林大学 A kind of whole car controller of hybrid electric car quick calibrating method
CN109597968A (en) * 2018-12-29 2019-04-09 西安电子科技大学 Paste solder printing Performance Influence Factor analysis method based on SMT big data
CN109918699A (en) * 2018-12-03 2019-06-21 西安航天动力技术研究所 The key parameter recognition methods of C/C composite material larynx lining performance

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102337979A (en) * 2011-08-11 2012-02-01 浙江大学 Automatic calibration parameter optimization method of engine based on genetic algorithm
US20150262434A1 (en) * 2012-07-23 2015-09-17 Fev Gmbh Performance of experiments
CN104089777A (en) * 2014-07-07 2014-10-08 广州锦红源电子科技有限公司 Engine pedestal automatic calibration system
CN108088680A (en) * 2016-11-22 2018-05-29 上海汽车集团股份有限公司 A kind of engine pedestal rating test system
CN107655692A (en) * 2017-09-28 2018-02-02 广州锦红源电子科技有限公司 Engine pedestal automatic calibration method, device and system
CN108515962A (en) * 2018-05-07 2018-09-11 吉林大学 A kind of whole car controller of hybrid electric car quick calibrating method
CN109918699A (en) * 2018-12-03 2019-06-21 西安航天动力技术研究所 The key parameter recognition methods of C/C composite material larynx lining performance
CN109597968A (en) * 2018-12-29 2019-04-09 西安电子科技大学 Paste solder printing Performance Influence Factor analysis method based on SMT big data

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
ZHANG ZHI-YUAN; LIU YU-MEI; YAO WEI-MIN; CHEN TAO;: "Construction and Parameters Correction of Wheel Virtual Test Bench Based on Measurement", JOURNAL OF NORTHEASTERN UNIVERSITY. NATURAL SCIENCE, vol. 38, no. 06, 30 June 2017 (2017-06-30) *
周冬林;: "基于台架标定软件calibrate的优化研究及应用", 内燃机与配件, no. 22 *
姜坤;刘然;杨中华;乔佳伟;: "基于DOE设计实现DVVT的高效台架标定", 小型内燃机与车辆技术, vol. 44, no. 01 *
鲍永; 钟再敏; 甄永成; 黄益伦;: "基于监督学习的机电复合传动换挡同步位置识别", 同济大学学报(自然科学版), vol. 47, no. 1, pages 1 - 6 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114320595A (en) * 2021-11-30 2022-04-12 江铃汽车股份有限公司 Control method for avoiding gasoline engine running in knocking area
CN114320595B (en) * 2021-11-30 2022-12-02 江铃汽车股份有限公司 Control method for avoiding gasoline engine running in knocking area
CN115329508A (en) * 2022-10-14 2022-11-11 潍柴动力股份有限公司 Method for optimizing passive prechamber of equivalence ratio engine

Also Published As

Publication number Publication date
CN113449897B (en) 2024-04-16

Similar Documents

Publication Publication Date Title
CN109597968B (en) SMT big data-based solder paste printing performance influence factor analysis method
CN105786860B (en) Data processing method and device in data modeling
Silvén et al. Wood inspection with non-supervised clustering
KR100414032B1 (en) Apparatus for testing semiconductor, for analyzing defects in semiconductor, for correcting semiconductor design data, and method therefor, and computer readable recording media
CN113449897B (en) Method for optimizing engine bench test parameters and sweeping points
CN108319987A (en) A kind of filtering based on support vector machines-packaged type combined flow feature selection approach
CN108197647B (en) Rapid clustering method for automobile starter endurance test data
Mousavirad et al. Design of an expert system for rice kernel identification using optimal morphological features and back propagation neural network
CN111367801A (en) Data transformation method for cross-company software defect prediction
CN111507824A (en) Wind control model mold-entering variable minimum entropy box separation method
CN107766792B (en) Remote sensing image ship target identification method
CN111950795A (en) Random forest based method for predicting water adding proportion of loosening and conditioning
CN117541095A (en) Agricultural land soil environment quality classification method
CN114996331B (en) Data mining control method and system
US11448634B2 (en) Analysis apparatus, stratum age estimation apparatus, analysis method, stratum age estimation method, and program
CN113762394B (en) Blasting block prediction method
CN109740667B (en) Image quality evaluation method based on quality sorting network and semantic classification
CN112819527A (en) User grouping processing method and device
CN111652384B (en) Balancing method for data volume distribution and data processing method
CN113222145A (en) MODWT-EMD-based time sequence hybrid prediction method
CA2480931C (en) General method of classifying plant embryos using a generalized lorenz-bayes classifier
CN113780334A (en) High-dimensional data classification method based on two-stage mixed feature selection
CN112215355A (en) Neural network model optimization system and method
CN111143436A (en) Data mining method for big data
CN108830336B (en) Ground feature screening method for high-resolution images

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant