期刊文献+
共找到154,880篇文章
< 1 2 250 >
每页显示 20 50 100
求解TSP的离散野马优化算法 被引量:1
1
作者 蔡延光 方春城 +1 位作者 吴艳林 陈华君 《计算机工程与应用》 CSCD 北大核心 2024年第1期145-153,共9页
针对求解TSP问题,提出一种新的元启发式算法离散野马优化算法(DWHO),应用最小位置匹配值法(MPMV)对求解结果进行离散化解码;为提高算法搜索能力,结合野马放牧、交配、领导者交流与选拔行为,引入变邻域搜索策略,增强了算法的局部搜索能... 针对求解TSP问题,提出一种新的元启发式算法离散野马优化算法(DWHO),应用最小位置匹配值法(MPMV)对求解结果进行离散化解码;为提高算法搜索能力,结合野马放牧、交配、领导者交流与选拔行为,引入变邻域搜索策略,增强了算法的局部搜索能力、加快算法收敛速度。选取TSPLIB标准库33个算例进行实验,并与交换序列人工蜂群算法(ABCSS)、离散蜘蛛猴优化算法(DSMO)两种算法进行比较。实验结果表明,DWHO求得的最优解与ABCSS、DSMO两种算法的最优解相比,最优解改进率最大值分别达到4.52%和3.41%。同时,将离散野马优化算法求解TSP收敛速度与以上两种算法进行比较,其收敛速度具有一定的优势。结果表明离散野马优化算法求解能力和精度具有优势。 展开更多
关键词 离散野马优化算法 旅行商问题 最小位置匹配值法 最优解改进率
下载PDF
基于遗传算法特性的混合粒子群算法求解TSP问题
2
作者 陈琳 《白城师范学院学报》 2024年第5期73-78,共6页
为解决粒子群算法在旅行商问题上的收敛速度慢和路径最优化选择的问题,提出了一种新型的基于遗传算法特性的混合粒子群算法,对旅行商问题的最优路径进行规划.根据种群比例原则与迭代前的路径进行交叉、变异、复制等操作,建立了具有遗传... 为解决粒子群算法在旅行商问题上的收敛速度慢和路径最优化选择的问题,提出了一种新型的基于遗传算法特性的混合粒子群算法,对旅行商问题的最优路径进行规划.根据种群比例原则与迭代前的路径进行交叉、变异、复制等操作,建立了具有遗传算法特性的混合粒子群算法,并用于求解burma14问题.结果表明:相比传统的粒子群算法和模拟退火-禁忌搜索算法,混合粒子群算法在求解burma14问题中收敛时间与最优路径等指标上都有明显的优势,且随着迭代次数与种群个数的增大,算法的最优解逐渐减小;当最佳参数为种群个数150,迭代次数300时,最优解为30.179 424. 展开更多
关键词 混合粒子群算法 tsp问题 路径规划 影响因素
下载PDF
TSP问题求解在电气设计过程中的应用
3
作者 魏志刚 毛东 张家铭 《建筑电气》 2024年第6期43-47,共5页
通过介绍求解旅行商问题(TSP)的特点,论述采用启发式算法中的最近邻点算法、交叉迂回优化算法的原理和计算方法,提出TSP问题高质量求解的思路,并实现基于AutoLISP编程开发技术在AutoCAD平台上计算机自动生成最优布线功能,可提高工程技... 通过介绍求解旅行商问题(TSP)的特点,论述采用启发式算法中的最近邻点算法、交叉迂回优化算法的原理和计算方法,提出TSP问题高质量求解的思路,并实现基于AutoLISP编程开发技术在AutoCAD平台上计算机自动生成最优布线功能,可提高工程技术人员的设计效率。 展开更多
关键词 tsp问题 最优路径 AuotCAD AUTOLISP编程 最近邻点算法 自动布线 交叉路径 迂回路径
下载PDF
智能算法在TSP问题中的应用研究 被引量:1
4
作者 王麟珠 郑晓斌 《机电技术》 2024年第2期4-6,32,共4页
TSP问题是典型的路径优化问题,具有解决物流路径规划等实际应用意义。为解决TSP问题,文章研究了遗传算法、禁忌搜索算法、蚁群算法和模拟退火算法,以遍历31个省会城市为例,运用MATLAB软件编程仿真。结果表明:蚁群算法优化效果较好,且一... TSP问题是典型的路径优化问题,具有解决物流路径规划等实际应用意义。为解决TSP问题,文章研究了遗传算法、禁忌搜索算法、蚁群算法和模拟退火算法,以遍历31个省会城市为例,运用MATLAB软件编程仿真。结果表明:蚁群算法优化效果较好,且一致性高,但运行效率不高,可混合运用遗传算法和蚁群算法,以提高运行效率和求解质量。 展开更多
关键词 tsp 遗传算法 禁忌搜索算法 蚁群算法 模拟退火算法
下载PDF
基于粒子群算法智能算法的TSP问题优化
5
作者 陈劲松 《黑河学院学报》 2024年第10期177-181,共5页
旅行商问题(TSP)是组合优化领域最著名的问题之一,具有深远的理论意义,并在现实应用中产生广泛影响。本研究采用基于粒子群优化(PSO)的智能算法来解决TSP问题。PSO算法利用集体智慧寻找最优解,相比传统方法,能更快速地接近最优解,特别... 旅行商问题(TSP)是组合优化领域最著名的问题之一,具有深远的理论意义,并在现实应用中产生广泛影响。本研究采用基于粒子群优化(PSO)的智能算法来解决TSP问题。PSO算法利用集体智慧寻找最优解,相比传统方法,能更快速地接近最优解,特别是在处理大规模问题时表现突出。此外,PSO算法不需要问题的具体细节知识,如梯度信息,因此非常适合解决复杂优化任务,这些任务难以通过精确的数学模型定义。将PSO算法应用于TSP问题不仅展示了其在具体问题上的有效性,还证明了该算法在处理更广泛复杂优化问题上的潜力和适应性。这突显了群体智能算法解决实际问题的能力,为解决其他复杂问题提供了有价值的启示。 展开更多
关键词 tsp 粒子群算法 智能算法
下载PDF
CBL+TSP教学法在康复治疗学专业医患沟通教学中的应用
6
作者 陈慧杰 刘波 +2 位作者 高潇 庞秀明 张金朋 《中文科技期刊数据库(全文版)教育科学》 2024年第11期135-138,共4页
探讨案例教学法(CBL)结合教师标准化病人(TSP)的方式方法,重点结合康复治疗学医学生的综合能力进行教学方案制定,致力于提升医患沟通能力。方法 将2023.1-2023.12于本院康复中心实习的医学生为调研对象,其均进行了康复学专业的学习,对... 探讨案例教学法(CBL)结合教师标准化病人(TSP)的方式方法,重点结合康复治疗学医学生的综合能力进行教学方案制定,致力于提升医患沟通能力。方法 将2023.1-2023.12于本院康复中心实习的医学生为调研对象,其均进行了康复学专业的学习,对照组采取传统教学,观察组采用CBL+TSP教学法。评价学习能力和沟通能力的培养成果。结果 观察组医学生的SEGUE评分高于对照组,对比差异显著(P<0.05)。此外,在教学满意度评价中观察组高于对照组,对比差异显著(P<0.05)。结论 CBL结合TSP教学法在康复治疗学专业医患沟通能力培训中可以提高学生医患沟通技能,激发学生内在学习动力,可以在临床教学上推广。 展开更多
关键词 CBL tsp 康复治疗学专业 医患沟通技能培训
下载PDF
基于信息熵的改进蚁群算法求解TSP问题
7
作者 杨一健 李明 方赛银 《计算机工程与设计》 北大核心 2024年第9期2874-2880,F0003,共8页
针对蚁群算法求解精度低、易陷入局部最优的缺点,提出一种基于信息熵的自适应改进蚁群算法。通过算法自身特性定义结合熵值对种群参数进行自适应优化;采用分组合作的信息素更新策略,通过较活跃性个体引导整个种群,扩大搜索范围;通过对... 针对蚁群算法求解精度低、易陷入局部最优的缺点,提出一种基于信息熵的自适应改进蚁群算法。通过算法自身特性定义结合熵值对种群参数进行自适应优化;采用分组合作的信息素更新策略,通过较活跃性个体引导整个种群,扩大搜索范围;通过对较优路径的奖励,平衡收敛速度和搜索范围之间的关系;在种群信息熵过低时,加入局部搜索策略,进一步提高算法精度。实验结果表明,相较于蚁群算法,改进算法具有较好的求解精度以及跳出局部最优的能力。 展开更多
关键词 信息熵 蚁群算法 自适应 旅行商问题(tsp) 信息素 路径 局部搜索 种群
下载PDF
基于MTSP问题的公共图书馆智慧配送服务
8
作者 江新姿 安晓丽 高尚 《计算机与现代化》 2024年第9期52-55,60,共5页
随着“互联网+”思维和图书馆服务模式与水平的发展,纸质资源的物流配送成为图书馆借阅平台的最后环节。如何在智慧图书馆智能服务平台中降低图书馆的配送成本、均衡配送员的工作量、提升配送效率是智慧服务的研究方向。在智能计算研究... 随着“互联网+”思维和图书馆服务模式与水平的发展,纸质资源的物流配送成为图书馆借阅平台的最后环节。如何在智慧图书馆智能服务平台中降低图书馆的配送成本、均衡配送员的工作量、提升配送效率是智慧服务的研究方向。在智能计算研究中,解决TSP旅行商问题常采用蚁群算法,因为蚁群算法能利用信息正反馈和启发式信息诱导,从而找出多目标遍历的最优解。针对图书馆馆际与社区物流配送的多旅行商MTSP问题,使用混合蚁群优化算法来实现图书纸质资源最后配送路径最优化处理,可以更好地实现配送效率的综合提升。图书馆高效率优质服务可以更好地提升阅读质量。 展开更多
关键词 智慧配送 多旅行商问题 混合蚁群优化算法
下载PDF
TSP结合TEM在风险围岩隧道超前地质预报中的应用 被引量:2
9
作者 林川 《铁道勘察》 2024年第1期54-62,共9页
为了排查隧道施工过程中潜在的地质风险、指导隧道安全开挖掘进,针对某高速铁路风险围岩隧道浅埋段和可溶岩段,利用TSP和TEM两种方法开展超前地质预报。TSP预报可对掌子面前方围岩状况进行远距离宏观预测,能划定断层、破碎带、地下水等... 为了排查隧道施工过程中潜在的地质风险、指导隧道安全开挖掘进,针对某高速铁路风险围岩隧道浅埋段和可溶岩段,利用TSP和TEM两种方法开展超前地质预报。TSP预报可对掌子面前方围岩状况进行远距离宏观预测,能划定断层、破碎带、地下水等不良地质体的位置和大致规模;TEM预报可在掌子面附近开展多角度、多方位测量,能判定开挖面前方一定空间范围内不良围岩特征,特别是地下水、岩溶的分布及规模。研究表明,TSP震波对应的负反射和低速异常突出反映围岩岩性变化及岩体破碎程度,依据纵、横波速起伏特征可大致判定地下水发育情况;TEM低阻异常直观体现围岩富水状态,并可推测岩溶发育及分布状况,视电阻率阻值变化密集区对应了围岩岩体破碎。研究结果表明,采用两种或多种方法结合开展综合预报,可提升预报结论的准确度和可靠度,TSP结合TEM成功预报的应用实例可为类似风险围岩隧道的超前地质预报提供参考和借鉴。 展开更多
关键词 高速铁路 风险围岩隧道 浅埋段 可溶岩段 tsp TEM 超前地质预报
下载PDF
Association of preschool children behavior and emotional problems with the parenting behavior of both parents 被引量:1
10
作者 Su-Mei Wang Shuang-Qin Yan +4 位作者 Fang-Fang Xie Zhi-Ling Cai Guo-Peng Gao Ting-Ting Weng Fang-Biao Tao 《World Journal of Clinical Cases》 SCIE 2024年第6期1084-1093,共10页
BACKGROUND Parental behaviors are key in shaping children’s psychological and behavioral development,crucial for early identification and prevention of mental health issues,reducing psychological trauma in childhood.... BACKGROUND Parental behaviors are key in shaping children’s psychological and behavioral development,crucial for early identification and prevention of mental health issues,reducing psychological trauma in childhood.AIM To investigate the relationship between parenting behaviors and behavioral and emotional issues in preschool children.METHODS From October 2017 to May 2018,7 kindergartens in Ma’anshan City were selected to conduct a parent self-filled questionnaire-Health Development Survey of Preschool Children.Children’s Strength and Difficulties Questionnaire(Parent Version)was applied to measures the children’s behavioral and emotional performance.Parenting behavior was evaluated using the Parental Behavior Inventory.Binomial logistic regression model was used to analyze the association between the detection rate of preschool children’s behavior and emotional problems and their parenting behaviors.RESULTS High level of parental support/participation was negatively correlated with conduct problems,abnormal hyperactivity,abnormal total difficulty scores and abnormal prosocial behavior problems.High level of maternal support/participation was negatively correlated with abnormal emotional symptoms and abnormal peer interaction in children.High level of parental hostility/coercion was positively correlated with abnormal emotional symptoms,abnormal conduct problems,abnormal hyperactivity,abnormal peer interaction,and abnormal total difficulty scores in children(all P<0.05).Moreover,paternal parenting behaviors had similarly effects on behavior and emotional problems of preschool children compared with maternal parenting behaviors(all P>0.05),after calculating ratio of odds ratio values.CONCLUSION Our study found that parenting behaviors are associated with behavioral and emotional issues in preschool children.Overall,the more supportive or involved the parents are,the fewer behavioral and emotional problems the children experience;conversely,the more hostile or controlling the parents are,the more behavioral and emotional problems the children face.Moreover,the impact of fathers’parenting behaviors on preschool children’s behavior and emotions is no less significant than that of mothers’parenting behaviors. 展开更多
关键词 CHILDREN Preschool age PARENTING BEHAVIORAL Parenting problems
下载PDF
TETSP在隧洞超前地质预报中的应用
11
作者 吴海洋 《物探化探计算技术》 CAS 2024年第4期403-409,共7页
笔者介绍了一种隧洞长距离预报地震反射成像系统TETSP,将TETSP与TSP303用于某配水工程隧洞超前地质预报,展示了TETSP观测系统布置方式及数据处理流程,阐述了TETSP在检波器耦合方式及声波干扰压制方面与TSP303的差异,对比了两者原始信号... 笔者介绍了一种隧洞长距离预报地震反射成像系统TETSP,将TETSP与TSP303用于某配水工程隧洞超前地质预报,展示了TETSP观测系统布置方式及数据处理流程,阐述了TETSP在检波器耦合方式及声波干扰压制方面与TSP303的差异,对比了两者原始信号的特性,分析了强溶蚀区岩体对应地震反射异常规律,隧洞实际开挖结果验证了TSP303与TETSP预报的可靠性。结果表明:两种地震反射技术均能较好地探测掌子面前方岩体波阻抗存在显著差异的界面,偏移剖面反射界面集中以及纵横波波速偏低的区域对应岩体质量差。TETSP检波器灵敏度与数据噪比较TSP303更高,但TSP303数据处理软件相对更成熟,故预报准确度更高。 展开更多
关键词 TEtsp tsp303 千岛湖配水工程 超前地质预报
下载PDF
TSP/OSCE模式联合微课教学在临床护理实践教学中的应用价值
12
作者 姚佳 潘立萍 +1 位作者 黄惠桥 陈湘 《中文科技期刊数据库(引文版)教育科学》 2024年第3期0041-0045,共5页
探究在临床护理实践教学中,采用教师模拟标准化病人(TSP)/临床医师技能培训考试系统(OSCE)联合微课模式的教学效果。方法 研究开展时间为2022年1月—2023年12月,对象为所选取240名医院实习护生,其中2022年的120名护生接受传统培训模式,... 探究在临床护理实践教学中,采用教师模拟标准化病人(TSP)/临床医师技能培训考试系统(OSCE)联合微课模式的教学效果。方法 研究开展时间为2022年1月—2023年12月,对象为所选取240名医院实习护生,其中2022年的120名护生接受传统培训模式,作为对照组;2023年的120护生接受TSP/OSCE模式联合微课的教学模式,作为观察组;于实习期间、实习结束后考察护生的护理操作技能及理论考试平均成绩,利用改良版迷你临床演练评估量表(Mini-CEX)测评护生的临床实践能力,评估评判性思维能力,通过问卷调查形式评价护生对教学满意度。结果 培训后,2组护生护理操作技能、理论考试平均成绩均升高,且观察组升高幅度更大(P<0.05);与对照组做对比,观察组培训后的Mini-CEX(临床评估、查体操作、健康教育、临床判断、组织效能、人文关怀)评分高(P<0.05);实习后2组的CTDI-CV评分均提高,且观察组改变更明显(P<0.05);教学满意度对比,观察组护生明显高(P<0.05)。结论 临床护理实践教学中实行TSP/OSCE模式联合微课教学模式,有利于提高实习生的护理操作技能水平及理论知识掌握程度,并发展其临床实践能力,取得满意的教学效果。 展开更多
关键词 tsp/OSCE模式 微课教学 临床护理实践教学 应用价值
下载PDF
TSP与瞬变电磁成果三维化在隧道断层含水预报中的应用
13
作者 张硕 甄大勇 +1 位作者 刘康 易轲 《中国铁路》 北大核心 2024年第5期75-81,共7页
隧道开挖过程中经常遇到断层、节理发育密集带等地质异常段落,并且断层带易形成地下水的运移通道。提前查清此类地质问题,可以最大程度降低施工过程中的安全风险。隧道超前地质预报为前期勘察工作的延续,在施工期间通过物探、钻探等手... 隧道开挖过程中经常遇到断层、节理发育密集带等地质异常段落,并且断层带易形成地下水的运移通道。提前查清此类地质问题,可以最大程度降低施工过程中的安全风险。隧道超前地质预报为前期勘察工作的延续,在施工期间通过物探、钻探等手段可以有效判释隧道开挖前方一定距离的地质情况。首次将TSP法与瞬变电磁成果三维化相结合,应用于某在建铁路隧道的超前预报工作中。根据前期勘察资料,结合TSP探测成果确定断层发育段落,然后在掌子面附近实施多角度瞬变电磁探测;基于Voxler软件实现瞬变电磁成果的三维化展示,通过三维成果判断断层的含水性,综合分析瞬变电磁低阻异常三维分布特征及TSP波速异常段落,圈定出断层破碎范围及富水性空间分布情况,并对富水区域提前进行钻探泄水。通过实际开挖验证分析,结果表明:2种方法相结合可以准确探测隧道开挖前方的围岩完整性及含水情况,有效降低施工风险,为隧道开挖方案优化提供有效资料。 展开更多
关键词 tsp 瞬变电磁成果三维化 铁路隧道 波速异常 电阻率 超前地质预报
下载PDF
Enhancing Critical Path Problem in Neutrosophic Environment Using Python
14
作者 M.Navya Pratyusha Ranjan Kumar 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第9期2957-2976,共20页
In the real world,one of the most common problems in project management is the unpredictability of resources and timelines.An efficient way to resolve uncertainty problems and overcome such obstacles is through an ext... In the real world,one of the most common problems in project management is the unpredictability of resources and timelines.An efficient way to resolve uncertainty problems and overcome such obstacles is through an extended fuzzy approach,often known as neutrosophic logic.Our rigorous proposed model has led to the creation of an advanced technique for computing the triangular single-valued neutrosophic number.This innovative approach evaluates the inherent uncertainty in project durations of the planning phase,which enhances the potential significance of the decision-making process in the project.Our proposed method,for the first time in the neutrosophic set literature,not only solves existing problems but also introduces a new set of problems not yet explored in previous research.A comparative study using Python programming was conducted to examine the effectiveness of responsive and adaptive planning,as well as their differences from other existing models such as the classical critical path problem and the fuzzy critical path problem.The study highlights the use of neutrosophic logic in handling complex projects by illustrating an innovative dynamic programming framework that is robust and flexible,according to the derived results,and sets the stage for future discussions on its scalability and application across different industries. 展开更多
关键词 Classical critical path problem fuzzy critical path problem uncertainty neutrosophic triangular single-valued neutrosophic number neutrosophic critical path problem python programming languag
下载PDF
A Comparative Study of Metaheuristic Optimization Algorithms for Solving Real-World Engineering Design Problems
15
作者 Elif Varol Altay Osman Altay Yusuf Ovik 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第4期1039-1094,共56页
Real-world engineering design problems with complex objective functions under some constraints are relatively difficult problems to solve.Such design problems are widely experienced in many engineering fields,such as ... Real-world engineering design problems with complex objective functions under some constraints are relatively difficult problems to solve.Such design problems are widely experienced in many engineering fields,such as industry,automotive,construction,machinery,and interdisciplinary research.However,there are established optimization techniques that have shown effectiveness in addressing these types of issues.This research paper gives a comparative study of the implementation of seventeen new metaheuristic methods in order to optimize twelve distinct engineering design issues.The algorithms used in the study are listed as:transient search optimization(TSO),equilibrium optimizer(EO),grey wolf optimizer(GWO),moth-flame optimization(MFO),whale optimization algorithm(WOA),slimemould algorithm(SMA),harris hawks optimization(HHO),chimp optimization algorithm(COA),coot optimization algorithm(COOT),multi-verse optimization(MVO),arithmetic optimization algorithm(AOA),aquila optimizer(AO),sine cosine algorithm(SCA),smell agent optimization(SAO),and seagull optimization algorithm(SOA),pelican optimization algorithm(POA),and coati optimization algorithm(CA).As far as we know,there is no comparative analysis of recent and popular methods against the concrete conditions of real-world engineering problems.Hence,a remarkable research guideline is presented in the study for researchersworking in the fields of engineering and artificial intelligence,especiallywhen applying the optimization methods that have emerged recently.Future research can rely on this work for a literature search on comparisons of metaheuristic optimization methods in real-world problems under similar conditions. 展开更多
关键词 Metaheuristic optimization algorithms real-world engineering design problems multidisciplinary design optimization problems
下载PDF
An Effective Meshless Approach for Inverse Cauchy Problems in 2D and 3D Electroelastic Piezoelectric Structures
16
作者 Ziqiang Bai Wenzhen Qu Guanghua Wu 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第3期2955-2972,共18页
In the past decade,notable progress has been achieved in the development of the generalized finite difference method(GFDM).The underlying principle of GFDM involves dividing the domain into multiple sub-domains.Within... In the past decade,notable progress has been achieved in the development of the generalized finite difference method(GFDM).The underlying principle of GFDM involves dividing the domain into multiple sub-domains.Within each sub-domain,explicit formulas for the necessary partial derivatives of the partial differential equations(PDEs)can be obtained through the application of Taylor series expansion and moving-least square approximation methods.Consequently,the method generates a sparse coefficient matrix,exhibiting a banded structure,making it highly advantageous for large-scale engineering computations.In this study,we present the application of the GFDM to numerically solve inverse Cauchy problems in two-and three-dimensional piezoelectric structures.Through our preliminary numerical experiments,we demonstrate that the proposed GFDMapproach shows great promise for accurately simulating coupled electroelastic equations in inverse problems,even with 3%errors added to the input data. 展开更多
关键词 Generalized finite difference method meshless method inverse Cauchy problems piezoelectric problems electroelastic analysis
下载PDF
Efficient Inverse Analysis for Solving a Coupled Conduction,Convection and Radiation Problem Involving Non⁃gray Participating Media
17
作者 HE Zheng CAO Zhenkun +2 位作者 CHENG Xiang CUI Miao LIU Kun 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2024年第5期621-631,共11页
The presence of non-gray radiative properties in a reheating furnace’s medium that absorbs,emits,and involves non-gray creates more complex radiative heat transfer problems.Furthermore,it adds difficulty to solving t... The presence of non-gray radiative properties in a reheating furnace’s medium that absorbs,emits,and involves non-gray creates more complex radiative heat transfer problems.Furthermore,it adds difficulty to solving the coupled conduction,convection,and radiation problem,leading to suboptimal efficiency that fails to meet real-time control demands.To overcome this difficulty,comparable gray radiative properties of non-gray media are proposed and estimated by solving an inverse problem.However,the required iteration numbers by using a least-squares method are too many and resulted in a very low inverse efficiency.It is necessary to present an efficient method for the equivalence.The Levenberg-Marquardt algorithm is utilized to solve the inverse problem of coupled heat transfer,and the gray-equivalent radiative characteristics are successfully recovered.It is our intention that the issue of low inverse efficiency,which has been observed when the least-squares method is employed,will be resolved.To enhance the performance of the Levenberg-Marquardt algorithm,a modification is implemented for determining the damping factor.Detailed investigations are also conducted to evaluate its accuracy,stability of convergence,efficiency,and robustness of the algorithm.Subsequently,a comparison is made between the results achieved using each method. 展开更多
关键词 inverse problem coupled heat transfer problem Levenberg-Marquardt algorithm
下载PDF
Highly Accurate Golden Section Search Algorithms and Fictitious Time Integration Method for Solving Nonlinear Eigenvalue Problems
18
作者 Chein-Shan Liu Jian-Hung Shen +1 位作者 Chung-Lun Kuo Yung-Wei Chen 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第5期1317-1335,共19页
This study sets up two new merit functions,which are minimized for the detection of real eigenvalue and complex eigenvalue to address nonlinear eigenvalue problems.For each eigen-parameter the vector variable is solve... This study sets up two new merit functions,which are minimized for the detection of real eigenvalue and complex eigenvalue to address nonlinear eigenvalue problems.For each eigen-parameter the vector variable is solved from a nonhomogeneous linear system obtained by reducing the number of eigen-equation one less,where one of the nonzero components of the eigenvector is normalized to the unit and moves the column containing that component to the right-hand side as a nonzero input vector.1D and 2D golden section search algorithms are employed to minimize the merit functions to locate real and complex eigenvalues.Simultaneously,the real and complex eigenvectors can be computed very accurately.A simpler approach to the nonlinear eigenvalue problems is proposed,which implements a normalization condition for the uniqueness of the eigenvector into the eigenequation directly.The real eigenvalues can be computed by the fictitious time integration method(FTIM),which saves computational costs compared to the one-dimensional golden section search algorithm(1D GSSA).The simpler method is also combined with the Newton iterationmethod,which is convergent very fast.All the proposed methods are easily programmed to compute the eigenvalue and eigenvector with high accuracy and efficiency. 展开更多
关键词 Nonlinear eigenvalue problem quadratic eigenvalue problem two new merit functions golden section search algorithm fictitious time integration method
下载PDF
Linking 24-h Movement Behavior Guidelines to Cognitive Difficulties,Internalizing and Externalizing Problems in Preterm Youth
19
作者 Zhihui Cheng Ailikute Aikeremu +6 位作者 Yanping Gao Zhihao Zhang Anthony G.Delli Paoli Paolo Marcello Cunha Alyx Taylor Fabian Herold Liye Zou 《International Journal of Mental Health Promotion》 2024年第8期651-662,共12页
Background:Given the heightened risk of developmental challenges associated with preterm birth,it is crucial to explore interventions that may ameliorate potential adverse outcomes.This study aimed to examine whether ... Background:Given the heightened risk of developmental challenges associated with preterm birth,it is crucial to explore interventions that may ameliorate potential adverse outcomes.This study aimed to examine whether meeting the 24-h movement behavior(24-HMB)guidelines,which include recommendations on physical activity(PA),screen time(ST),and sleep(SL),is related to indicators of cognitive difficulties,internalizing problems(e.g.,depression and anxiety),and externalizing problems(e.g.,difficulties in making friends and arguing)in a sample of preterm youth(children and adolescents born preterm).Methods:In this cross-sectional study,data from 3410 preterm youth(aged 6 to 17 years)were included for data analyses.Multivariable logistic regression was used to investigate associations between meeting the 24-HMB guidelines and the above-mentioned health outcomes,while controlling for sociodemographic and health-related factors.Results:The prevalence of meeting 24-HMB guidelines varied across independent and integrated components of the 24-HMB guidelines.Meeting the ST guideline alone(p<0.05)and integrated guidelines(i.e.,ST+SL and ST+SL+PA)were associated with fewer cognitive difficulties and reduced internalizing and externalizing problems(p<0.05).Specifically,meeting the SL guideline alone and integrated guidelines(i.e.,SL+ST)were associated with lower odds of depression and anxiety(p<0.01).Additionally,meeting independent,and integrated(PA and/or ST)guidelines were associated with less pronounced difficulties in making friends and arguing(p<0.05).Meeting 24-HMB guidelines in an isolated and integrated manner are linked to better cognitive performance and fewer internalizing and externalizing problems in preterm youth.Conclusion:Results suggest that advocating for the implementation of the 24-HMB guidelines may reduce cognitive challenges and behavioral issues,which is of high relevance for improving public health.Future longitudinal studies in preterm youth should investigate how modifying specific 24-HMB behaviors,especially ST,influence cognitive difficulties,internalizing and externalizing problems in this vulnerable population. 展开更多
关键词 Cognitive difficulties externalizing problems internalizing problems physical activity preterm youth
下载PDF
Optimal Shape Factor and Fictitious Radius in the MQ-RBF:Solving Ill-Posed Laplacian Problems
20
作者 Chein-Shan Liu Chung-Lun Kuo Chih-Wen Chang 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第6期3189-3208,共20页
To solve the Laplacian problems,we adopt a meshless method with the multiquadric radial basis function(MQRBF)as a basis whose center is distributed inside a circle with a fictitious radius.A maximal projection techniq... To solve the Laplacian problems,we adopt a meshless method with the multiquadric radial basis function(MQRBF)as a basis whose center is distributed inside a circle with a fictitious radius.A maximal projection technique is developed to identify the optimal shape factor and fictitious radius by minimizing a merit function.A sample function is interpolated by theMQ-RBF to provide a trial coefficient vector to compute the merit function.We can quickly determine the optimal values of the parameters within a preferred rage using the golden section search algorithm.The novel method provides the optimal values of parameters and,hence,an optimal MQ-RBF;the performance of the method is validated in numerical examples.Moreover,nonharmonic problems are transformed to the Poisson equation endowed with a homogeneous boundary condition;this can overcome the problem of these problems being ill-posed.The optimal MQ-RBF is extremely accurate.We further propose a novel optimal polynomial method to solve the nonharmonic problems,which achieves high precision up to an order of 10^(−11). 展开更多
关键词 Laplace equation nonharmonic boundary value problem Ill-posed problem maximal projection optimal shape factor and fictitious radius optimal MQ-RBF optimal polynomial method
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部