CN105956235A - Optimum design method for ultrasonic machining special cutter based on SVR-PSO - Google Patents

Optimum design method for ultrasonic machining special cutter based on SVR-PSO Download PDF

Info

Publication number
CN105956235A
CN105956235A CN201610252149.8A CN201610252149A CN105956235A CN 105956235 A CN105956235 A CN 105956235A CN 201610252149 A CN201610252149 A CN 201610252149A CN 105956235 A CN105956235 A CN 105956235A
Authority
CN
China
Prior art keywords
svr
pso
cutter
ultrasonic machining
particle
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
CN201610252149.8A
Other languages
Chinese (zh)
Other versions
CN105956235B (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.)
Hangzhou Dianzi University
Original Assignee
Hangzhou Dianzi University
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 Hangzhou Dianzi University filed Critical Hangzhou Dianzi University
Priority to CN201610252149.8A priority Critical patent/CN105956235B/en
Publication of CN105956235A publication Critical patent/CN105956235A/en
Application granted granted Critical
Publication of CN105956235B publication Critical patent/CN105956235B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • G06F30/23Design optimisation, verification or simulation using finite element methods [FEM] or finite difference methods [FDM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/17Mechanical parametric or variational design

Abstract

The invention discloses an optimum design method for an ultrasonic machining special cutter based on SVR (support vector regression)-PSO (particle swarm optimization). Through establishing an approximation model of structural response, and quantitatively establishing mapping relations between cutter structure parameters and the structural response, the method provides a solution for accurately optimizing and designing a cutter structure.

Description

Ultrasonic machining special type knife Optimization Design based on SVR-PSO
Technical field
The present invention relates to a kind of Ultrasonic machining based on SVR (support vector regression)-PSO (particle cluster algorithm) Special type knife Optimization Design.
Background technology
Ultrasonic machining technology is one of special processing technology, for the unmanageable composite wood of conventional machining techniques Material, Ultrasonic machining technology tends to obtain beyond thought effect.Cellular composite material because of its construction features and Component feature, is a kind of typical difficult-to-machine material.The application of Ultrasonic machining technology efficiently solves honeycomb The problems such as present in composite tradition Milling Process, environmental pollution is serious, machined surface quality is poor.Super In sound processing assembly, Ultrasonic machining special type knife is an extremely important part.The architectural feature harmony of cutter Learn performance and directly influence suface processing quality and the working (machining) efficiency of cellular composite material, and cutter itself Service life.Being found by the reading of lot of documents, current scholars are extensive to the research of Ultrasonic machining cutter Apply FInite Element and laboratory method, the former summarizes the tool structure parameter change to structural response qualitatively Law, provides thinking for cutter parameters optimization, and the latter, by processed and applied in kind, determines reasonably knot Structure parameter.But owing to the time cost of FInite Element and the cost of manufacture of laboratory method are limited, it is difficult to obtain cutter Structural parameters and the quantitative relationship of structural response, this often makes final design result be difficult to reach optimum.
Summary of the invention
In order to solve existing Ultrasonic machining special type knife method for designing exists high time cost and height is fabricated to This, and it is difficult to the problem quantifying tool structure parameter with structural response relation, the present invention provides one more Fast, the Optimization Design of accurate Ultrasonic machining special type knife structure.
In order to solve above-mentioned technical problem, the present invention adopts the following technical scheme that based on SVR-PSO ultrasonic Machining of special cutter Optimization Design, comprises the following steps:
Step one: utilize ABAQUS finite element secondary exploitation technology to set up cutter parameters and optimize plug-in unit, utilize this Plug-in unit obtains a number of tool structure parameter variable and the sample data of corresponding structural response variable;
Step 2: based on above-mentioned sample data, uses support vector regression method to obtain cutter structure ginseng The approximate model of mapping relations between number and structural response;
Step 3: improve particle cluster algorithm, promotes particle cluster algorithm convergence rate during optimizing;
Step 4: set up the optimization object function of cutter structure design;
Step 5: cutter structure is optimized by the particle cluster algorithm of application enhancements, obtains Tool Design Excellent parameter.
Described step 2 is to use gaussian radial basis function as the kernel function of Support vector regression model, profit With the svr function of the scikit-learn module under Python platform, the sample data obtained is trained Obtain approximate model.
After described step 3 is improved population realize formula:
x i k + 1 = x i k + v | v | > 0.1
x i k + 1 = x i k &PlusMinus; 0.1 | v | < 0.1
v i k + 1 = &omega;v i k + c 1 r 1 ( p i k - x i k ) + c 2 r 2 ( p k &CenterDot; g - x i k )
In formula,Representing location parameter during i-th particle kth time iteration, v represents speed parameter now,Representing speed parameter during i-th particle kth time iteration, what ω represented is inertia weight, inertia weight number Inertia weight linear decrease strategy, p is used in valuek·gRepresent history globally optimal solution,Represent particle i iteration To the history optimal solution of kth time, r1And r2It is the random number of scope [0,1] so that this change of iteration input value every time Measurer has certain randomness, c1And c2Represent the empirical learning factor and the social learning factor respectively.
In described step 4, optimization object function is:
Y (l, d, m)=1-[0.3 σ (l, d, m)+0.3 (1-U1(l,d,m))+0.3U2(l,d,m)
+0.1(1-f(l,d,m))]
In formula, l is tool length, and m is MAT'L mark, and d is cutter thickness, σ (l, d, m) be maximum stress, U1(l, d m) are tool nose's amplitude, U2(l, d, m) be point of a knife lateral displacement, and (l, d m) are natural frequency to f.
The present invention is by setting up the approximate model of structural response, and quantitative tool structure parameter of setting up rings with structure The mapping relations answered, for cutter structure is optimized design provides solution more accurately.
Accompanying drawing explanation
Fig. 1 is the maximum stress datagram of training sample;
Fig. 2 is the tool nose's amplitude datagram of training sample;
Fig. 3 is the point of a knife lateral displacement datagram of training sample;
Fig. 4 is the natural frequency datagram of training sample;
Fig. 5 is that cutter optimization designs flowchart.
Detailed description of the invention
Present invention Ultrasonic machining based on SVR-PSO special type knife Optimization Design, comprises the following steps:
Step one: input variable is tool length, cutter material, cutter thickness, output variable is maximum answering Power, resonant frequency, tool nose's amplitude, point of a knife lateral displacement.Between tool length variable selection 25 55mm scope Every 15 of 2mm, thickness is 1.5mm, 2mm two kinds, and material selects YW2 hard alloy and high-speed steel two Plant material.Cutter is joined by the ultrasonic cut cutter assembly emulation plug-in unit utilizing finite element secondary development to set up Numberization traversal emulation obtains the training samples such as maximum stress, tool nose's amplitude, point of a knife lateral displacement, natural frequency This.The data of different dimensions in sample are normalized so that data normalization is in [0,1] or [-1,1] In the range of.
Step 2: use gaussian radial basis function (RBF) as the kernel function of Support vector regression model, The sample data obtained is trained obtaining by the svr function utilizing the scikit-learn module of Python Approximate model.By approximation mould knowable to the match value to the cutter maximum stress that 2mm thickness material is hard alloy The sample point error of fitting of type is less than 0.1%.
Step 3: for the cutter in the present invention, design accuracy is set to 0.1mm can meet reality Situation.Therefore, the randomly generated value of particle is set as the integral multiple of 0.1 in the algorithm, such as particle cluster algorithm In flight speed parameter Vi take 0.1 integral multiple, its less than 0.1 time, its flight speed is reset to Minima 0.1.After improvement population realize formula:
x i k + 1 = x i k + v | v | > 0.1 x i k + 1 = x i k &PlusMinus; 0.1 | v | < 0.1 - - - ( 5 )
v i k + 1 = &omega;v i k + c 1 r 1 ( p i k - x i k ) + c 2 r 2 ( p k &CenterDot; g - x i k ) - - - ( 6 )
In formula,Representing location parameter during i-th particle kth time iteration, v represents speed parameter now,Representing speed parameter during i-th particle kth time iteration, what ω represented is inertia weight, inertia weight number Inertia weight linear decrease strategy, p is used in valuek·gRepresent history globally optimal solution,Represent particle i iteration To the history optimal solution of kth time, r1And r2It is the random number of scope [0,1] so that this change of iteration input value every time Measurer has certain randomness, c1And c2Represent the empirical learning factor and the social learning factor respectively.Through improving After particle cluster algorithm relatively standard particle group algorithm for, the iterations standard particle to be less than needed for convergence Group's algorithm, improves particle cluster algorithm convergence rate during optimizing.
Step 4: the output of the sample that finite element simulation obtains is carried out data analysis and determines object function Such as formula (2)
Y (l, d, m)=1-[0.3 σ (l, d, m)+0.3 (1-U1(l,d,m))+0.3U2(l,d,m)
+0.1(1-f(l,d,m))] (2)
In formula, l is tool length, and m is MAT'L mark (0 represents hard alloy, and 1 represents high-speed steel), and d is Cutter thickness, (l, d m) are maximum stress, U to σ1(l, d m) are tool nose's amplitude, U2(l, d m) are the horizontal position of point of a knife Moving, (l, d m) are natural frequency to f.Output function is all [0,1] normal data.So Y (l, d, value m) is [0,1] Interior dimensionless constant.
Then optimization object function is:
min:Y(l,d,m) (3)
s . t . l &Element; ( 25 , 55 ) d = 1.5 , 2 m = 0.1 - - - ( 4 )
Step 5: input variable has three parameters in practical problem of the present invention, and only tool length is continuous Variable, material and thickness is discrete variable, by three structural parameters are mapped to setting one-dimensional continuously To solve Discrete Variables Optimization in the variable space (25,145), this variable space is divided into a length of 30 Four parts with corresponding 4 class tool length excursion (25,55) and variation lengths, i.e. (l, d, m) → x. Use support vector machine and particle cluster algorithm Combinatorial Optimization method for designing (SVR-POS) empty in one-dimensional continuous variable Between object function is carried out optimizing, the result that draws after the optimizing result corresponding with cutter parameters is cutter Structural parameters optimal value.

Claims (4)

1. Ultrasonic machining special type knife Optimization Design based on SVR-PSO, it is characterised in that: include following step Rapid:
Step one: utilize ABAQUS finite element secondary exploitation technology to set up cutter parameters and optimize plug-in unit, utilize this Plug-in unit obtains a number of tool structure parameter variable and the sample data of corresponding structural response variable;
Step 2: based on above-mentioned sample data, uses support vector regression method to obtain tool structure parameter And the approximate model of mapping relations between structural response;
Step 3: improve particle cluster algorithm, promotes particle cluster algorithm convergence rate during optimizing;
Step 4: set up the optimization object function of cutter structure design;
Step 5: cutter structure is optimized by the particle cluster algorithm of application enhancements, obtains the optimum of Tool Design Parameter.
Ultrasonic machining special type knife Optimization Design based on SVR-PSO the most according to claim 1, its It is characterised by: described step 2 is to use gaussian radial basis function as the core letter of Support vector regression model Number, utilizes the svr function of the scikit-learn module of Python to be trained the sample data obtained Obtain approximate model.
Ultrasonic machining special type knife Optimization Design based on SVR-PSO the most according to claim 1, its Be characterised by: after described step 3 is improved population realize formula:
x i k + 1 = x i k + v | v | > 0.1
x i k + 1 = x i k &PlusMinus; 0.1 | v | < 0.1
v i k + 1 = &omega;v i k + c 1 r 1 ( p i k - x i k ) + c 2 r 2 ( p k &CenterDot; g - x i k )
In formula,Representing location parameter during i-th particle kth time iteration, v represents speed parameter now,Generation Speed parameter during table i-th particle kth time iteration, what ω represented is inertia weight, and inertia weight is numerically Use inertia weight linear decrease strategy, pk·gRepresent history globally optimal solution,Represent particle i iteration to kth Secondary history optimal solution, r1And r2It is that the random number of scope [0,1] is so that each this variable of iteration input value has There are certain randomness, c1And c2Represent the empirical learning factor and the social learning factor respectively.
Ultrasonic machining special type knife Optimization Design based on SVR-PSO the most according to claim 1, its It is characterised by: in described step 4, object function is:
Y (l, d, m)=1-[0.3 σ (l, d, m)+0.3 (1-U1(l,d,m))+0.3U2(l,d,m)
+0.1(1-f(l,d,m))]
In formula, l is tool length, and m is MAT'L mark, and d is cutter thickness, and (l, d m) are maximum stress, U to σ1(l,d,m) For tool nose's amplitude, U2(l, d, m) be point of a knife lateral displacement, and (l, d m) are natural frequency to f.
CN201610252149.8A 2016-04-20 2016-04-20 Ultrasonic machining special type knife optimum design method based on SVR-PSO Expired - Fee Related CN105956235B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610252149.8A CN105956235B (en) 2016-04-20 2016-04-20 Ultrasonic machining special type knife optimum design method based on SVR-PSO

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610252149.8A CN105956235B (en) 2016-04-20 2016-04-20 Ultrasonic machining special type knife optimum design method based on SVR-PSO

Publications (2)

Publication Number Publication Date
CN105956235A true CN105956235A (en) 2016-09-21
CN105956235B CN105956235B (en) 2019-03-08

Family

ID=56915031

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610252149.8A Expired - Fee Related CN105956235B (en) 2016-04-20 2016-04-20 Ultrasonic machining special type knife optimum design method based on SVR-PSO

Country Status (1)

Country Link
CN (1) CN105956235B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106756344A (en) * 2016-11-16 2017-05-31 重庆大学 A kind of high hardness aluminium alloy based on PSO SVR and preparation method thereof
CN107103129A (en) * 2017-04-19 2017-08-29 清华大学 The Forecasting Methodology of workpiece surface residual stress in a kind of machining
CN107505850A (en) * 2017-07-04 2017-12-22 南京航空航天大学 A kind of cutter tool changing determination methods
CN107545105A (en) * 2017-08-22 2018-01-05 贵州大学 A kind of part resilience parameter optimization in forming method based on PSO
CN108436596A (en) * 2017-06-06 2018-08-24 哈尔滨理工大学 A kind of milling cutter damage method of prognosis based on high-speed milling cutter component atom group's configuration
CN108664739A (en) * 2018-05-14 2018-10-16 北京工业大学 Optimization method based on the bolted joint pitch of bolts for improving particle cluster algorithm
CN111340345A (en) * 2020-02-20 2020-06-26 中北大学 Cutter scheduling method based on improved particle swarm optimization
CN112651148A (en) * 2020-10-10 2021-04-13 哈尔滨理工大学 Three-dimensional visual cutter design system and method with optimization function
CN114836615A (en) * 2022-03-17 2022-08-02 大连交通大学 Multi-frequency ultrasonic residual stress removal time distribution optimization method
CN116484752A (en) * 2023-06-21 2023-07-25 深圳精匠云创科技有限公司 Cutter blade design method, system, equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103761429A (en) * 2014-01-10 2014-04-30 大连理工大学 Milling workpiece surface roughness predicting method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103761429A (en) * 2014-01-10 2014-04-30 大连理工大学 Milling workpiece surface roughness predicting method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
J.L. TANG, C.Z. CAI, X.J. ZHU, G.L. WANG,D.F. CAO: "《Modeling and Predicting Tensile Strength of Tungsten Alloy by Using PSO-SVR》", 《MATERIALS RESEARCH》 *
吴胜游,胡小平,孔倩,董昕頔,刘东海: "《蜂窝复合材料圆盘刀超声切削研究》", 《杭州电子科技大学学报》 *
杨兆军等: "《基于PSO算法和SVR模型的加工中心可靠性模型参数估计》", 《吉林大学学报》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106756344A (en) * 2016-11-16 2017-05-31 重庆大学 A kind of high hardness aluminium alloy based on PSO SVR and preparation method thereof
CN107103129A (en) * 2017-04-19 2017-08-29 清华大学 The Forecasting Methodology of workpiece surface residual stress in a kind of machining
CN108436596A (en) * 2017-06-06 2018-08-24 哈尔滨理工大学 A kind of milling cutter damage method of prognosis based on high-speed milling cutter component atom group's configuration
CN108436596B (en) * 2017-06-06 2019-10-25 哈尔滨理工大学 A kind of milling cutter damage method of prognosis based on high-speed milling cutter component atom group's configuration
CN107505850B (en) * 2017-07-04 2021-06-22 南京航空航天大学 Cutter changing judgment method
CN107505850A (en) * 2017-07-04 2017-12-22 南京航空航天大学 A kind of cutter tool changing determination methods
CN107545105A (en) * 2017-08-22 2018-01-05 贵州大学 A kind of part resilience parameter optimization in forming method based on PSO
CN108664739A (en) * 2018-05-14 2018-10-16 北京工业大学 Optimization method based on the bolted joint pitch of bolts for improving particle cluster algorithm
CN111340345A (en) * 2020-02-20 2020-06-26 中北大学 Cutter scheduling method based on improved particle swarm optimization
CN111340345B (en) * 2020-02-20 2022-05-27 中北大学 Cutter scheduling method based on improved particle swarm optimization
CN112651148A (en) * 2020-10-10 2021-04-13 哈尔滨理工大学 Three-dimensional visual cutter design system and method with optimization function
CN114836615A (en) * 2022-03-17 2022-08-02 大连交通大学 Multi-frequency ultrasonic residual stress removal time distribution optimization method
CN116484752A (en) * 2023-06-21 2023-07-25 深圳精匠云创科技有限公司 Cutter blade design method, system, equipment and storage medium
CN116484752B (en) * 2023-06-21 2024-04-16 深圳精匠云创科技有限公司 Cutter blade design method, system, equipment and storage medium

Also Published As

Publication number Publication date
CN105956235B (en) 2019-03-08

Similar Documents

Publication Publication Date Title
CN105956235A (en) Optimum design method for ultrasonic machining special cutter based on SVR-PSO
JP6832475B1 (en) How to design blade stiffness based on random isogeometric analysis
CN107368809A (en) A kind of bearing fault sorting technique based on rarefaction representation and dictionary learning
CN103745273B (en) Semiconductor fabrication process multi-performance prediction method
CN105929689A (en) Machine tool manufacturing system processing and energy saving optimization method based on particle swarm algorithm
CN109158953B (en) A kind of cutting-tool wear state on-line monitoring method and system
CN103761429A (en) Milling workpiece surface roughness predicting method
CN109977464A (en) A kind of prediction technique of the piston machining deflection based on BP neural network
CN102842043B (en) Particle swarm classifying method based on automatic clustering
CN102880771B (en) Method for predicting surface roughness of workpiece during high-speed cutting machining
CN113378725A (en) Cutter fault diagnosis method, equipment and storage medium based on multi-scale-channel attention network
CN114235330B (en) Multi-source pneumatic load model construction method for correlation wind tunnel test and calculation data
CN104669057A (en) Additional load loss coefficient acquiring method of machining system of machine tool
Zheng et al. Cutter size optimisation and interference-free tool path generation for five-axis flank milling of centrifugal impellers
CN106599610A (en) Method and system for predicting association between long non-coding RNA and protein
CN103207804B (en) Based on the MapReduce load simulation method of group operation daily record
CN106355273A (en) Predication system and predication method for after-stretching performance of nuclear material radiation based on extreme learning machine
Selvan On the effect of shape parametrization on airfoil shape optimization
CN104698964B (en) Complex surface numerical control machining motion analyzing method based on mapping
Jahangirian et al. Inverse design of transonic airfoils using genetic algorithm and a new parametric shape method
CN1936887A (en) Automatic text classification method based on classification concept space
Kossakowska et al. Analysis of the suitability of signal features for individual sensor types in the diagnosis of gradual tool wear in turning
Li et al. The prediction of surface roughness of PCBN turning GH4169 based on adaptive genetic algorithm
Peng et al. Research on fault diagnosis method for transformer based on fuzzy genetic algorithm and artificial neural network
Xiao et al. Energy-Saving and Efficient Equipment Selection for Machining Process Based on Business Compass Model

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20190308