Welcome![Sign In][Sign Up]
Location:
Search - 组合优化

Search list

[Mathimatics-Numerical algorithms模拟退火算法在贷款组合优化决策中的应用

Description: 模拟退火算法在贷款组合优化决策中的应用-simulated annealing algorithm in the loan portfolio optimization of
Platform: | Size: 18543 | Author: 张科 | Hits:

[Mathimatics-Numerical algorithms模拟退火算法在贷款组合优化决策中的应用

Description: 模拟退火算法在贷款组合优化决策中的应用-simulated annealing algorithm in the loan portfolio optimization of
Platform: | Size: 18432 | Author: 张科 | Hits:

[AI-NN-PR遗传算法算例

Description: 文中详细介绍了函数优化(有无约束均可)、组合优化算法的原理和源程序,算法效率极高,欢迎下载。附件有更多的遗传算法算例,共研究算法用。 -paper describes in detail the function optimization (there may be bound), combinatorial optimization algorithms and the principle source, the algorithm very efficient and welcome to download. Appendices are more genetic algorithm counting cases examined a total algorithm.
Platform: | Size: 778240 | Author: 刘三 | Hits:

[matlabSATSP-MATLAB

Description: 一个人工智能的算法求解组合优化问题的源码-an artificial intelligence algorithms to solve combinatorial optimization problems FOSS
Platform: | Size: 5120 | Author: 吴勇 | Hits:

[AlgorithmACS(c++)

Description: 蚁群算法是新近出现的一种智能优化算法,是求解组合优化问题的又一种好的方法!-ant colony algorithm is a newly emerging intelligent optimization algorithm, the solution is the combinatorial optimization problems also a good way!
Platform: | Size: 6144 | Author: 阿科 | Hits:

[AI-NN-PRGA-BP

Description: 《遗传算法--理论、应用与软件实现》配套源程序 遗传算法——理论、应用与软件实现》,王小平、曹立明编着 西安交通大学出版社 2002年第一版本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进货计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传算法在智能控制中的应用;第10章讨论了遗传算法与人工生命研究的相关问题;第11章介绍了遗传算法在图像处理、模式识别中的应用。-"genetic algorithm-- the theory, application and software" complementary source of genetic algorithms-- theory, Application and software, "Wang Xiaoping, Li-Ming Cao compile Xi'an Jiaotong University Press in 2002 the first book version of the comprehensive and systematic introduction of the genetic algorithm's basic On focuses on the classical genetic algorithm use and the new development. The book is divided into 11 chapters. Chapter 1 provides an overview of the genetic algorithm for the selection and development of basic ideas, basic operation and the application; Chapter 2 introduces the basic genetic algorithms; Chapter 3 of the genetic basis of a mathematical algorithm; Chapter 4 Analysis of the genetic algorithm approach to improve the variety; Chapter 5 on
Platform: | Size: 693248 | Author: zhoulu | Hits:

[matlabgenetic_algorithm

Description: 作者通过matlab编程,对遗传算法进行了演示。遗传算法是一种全局优化算法,不仅对单个算法可以进行优化,也可以对多个算法进行组合优化。-Author through matlab programming, genetic algorithm demo. Genetic algorithm is a global optimization algorithm, not only for a single algorithm can be optimized, you can on a number of combinatorial optimization algorithm.
Platform: | Size: 6144 | Author: limingxian | Hits:

[AI-NN-PRgalib244-win

Description: 解两类组合优化问题的遗传算法,希望有关学习这方面的同学参考。-Solutions of two types of combinatorial optimization problems of the genetic algorithm, hope that the students learn in this regard reference.
Platform: | Size: 452608 | Author: | Hits:

[AI-NN-PRGaAlgorithm

Description: 遗传算法是将生物学的遗传进化原理和最优化技术结合的产物,它在国民经济的各个行业和多个学科里获得了广泛的应用和关注。本书着重从计算方法和应用技术的角度对遗传算法作了深入浅出的讨论。书中介绍了遗传算法的基本概念和结构,解决约束优化和组合优化问题的方法,以及遗传算法在生产调度、可靠性设计、交通运输、设备布局等一系列工业工程问题中的应用。-Genetic algorithm is to the principle of biological genetic evolution and optimization technology product, which in the national economy in all sectors and multiple disciplines to obtain a wide range of applications and concerns. The book focused on the calculation methods and applications from a technical point of view of genetic algorithms made easy discussion. The book introduces the basic concepts of genetic algorithms and structures to solve constrained optimization and combinatorial optimization problems, as well as genetic algorithms in production scheduling, reliability, design, transportation, equipment layout, such as the issue of a series of industrial engineering applications.
Platform: | Size: 9476096 | Author: 萧七 | Hits:

[AlgorithmThe_problem_of_TSP

Description: 旅行商问题是组合优化的经典问题,应用广泛,而且长期以来被作为NP-complete问题的理想研究平台。文章介绍了旅行商问题的基础知识、应用,以及常用的求解方法。-Traveling Salesman Problem is a classic combinatorial optimization problem, the application of extensive and long NP-complete problems as an ideal research platform. Traveling Salesman Problem article introduced the basic knowledge, application, and commonly used method.
Platform: | Size: 151552 | Author: 黄艺敏 | Hits:

[Algorithmsevral_methods_for_solving_traveling_salemans_prob

Description: 旅行商问题(TSP)是组合优化领域的一个典型的、易于描述却难以处理的NP完全难题,其可能的路径数目与城市数目是呈指数型增长的,求解非常困难。-Traveling Salesman Problem (TSP) is the field of combinatorial optimization of a typical, easy to describe but difficult to deal with NP-complete problems, the number of possible paths is an exponential number of urban growth, and to solve very difficult.
Platform: | Size: 260096 | Author: 黄艺敏 | Hits:

[AI-NN-PRmemetic_for_TSP

Description: TSP问题是组合优化中的经典问题。其解决方法有局部优化方法和一些启发式算法,局部搜索方法充分考虑问题 的邻域结构,遗传算法有很好的全局搜索能力,memetic算法把遗传算法和局部优化算法相结合,试验结果证明,能很好地解 决TSP问题。-TSP problem is a classic combinatorial optimization problem. Its solution has a number of local optimization methods and heuristic algorithms, local search methods take full account of the issue of neighborhood structure, genetic algorithm has good ability of global search, memetic algorithm for the genetic algorithm and local optimization algorithm combining test results proved that well positioned to solve the TSP problem.
Platform: | Size: 102400 | Author: 文龙 | Hits:

[CSharpTSP

Description: 用c#实现tsp问题 即经典的旅行商问题 典型的组合优化问题-With c# Achieve tsp issues classic traveling salesman problem that is typical of combinatorial optimization problems
Platform: | Size: 8192 | Author: 刘年 | Hits:

[Special EffectsGeneticalgorithm

Description: 传算法的基本原理、设计方法及其并行实现,以及它在组合优化、机器学习、图像处理、过程控制、进化神经网络-Propagation algorithm of the basic principles, design methods and their parallel implementation, as well as in combinatorial optimization, machine learning, image processing, process control, evolutionary neural network
Platform: | Size: 9216 | Author: 鲁明 | Hits:

[Program docGoodsAllocatingProblemwithMultiAimsbasedonTheHybri

Description: 多目标货物配装问题是一个复杂的组合优化问题,属于NP难问题,本文用混合粒子群算法求解多目标货物配装问题。混合粒子群算法在基本粒子群算法的基础上,通过引进遗传算法中的交叉和变异的策略,避免了陷入局部最优,加快了达到全局最优的收敛速度。此外,本文提出用权重系数来平衡各目标使各目标都能达到相对较优的效果。-Multi-objective loading of goods is a complicated combinatorial optimization problems are NP hard problems, this paper, hybrid particle swarm algorithm to solve multi-objective problem loading cargo. Hybrid Particle Swarm Algorithm in elementary particle swarm optimization based on genetic algorithm through the introduction of crossover and mutation of the strategy to avoid a fall into local optimum, global optimum to achieve accelerated convergence. In addition, this paper, the weight factor used to balance the various objectives so that the objectives can be achieved relatively better results.
Platform: | Size: 6144 | Author: 廖志 | Hits:

[Other2005Graph.Theory.and.Combinatorial.Optimization.ra

Description: 《图论和组合优化》比较专业的计算机书籍;相关的博士或对算法爱好者可以参考阅读。-" Graph Theory and Combinatorial Optimization" more professional computer books relevant doctorate or algorithm enthusiasts can consult and read.
Platform: | Size: 13804544 | Author: gouyabin | Hits:

[AI-NN-PRyiqun

Description: 蚁群算法是一种用来在图中寻找优化路径的机率型技术,该算法具有许多优良的性质,具有一种新的模拟进化优化方法的有效性和应用价值, 是一种求解组合最优化问题的新型通用启发式方法,可以解决一维静态优化问题甚至多维动态组合优化问题。 -Ant colony algorithm is a method used to find optimal path in the graph of the probability-based technology, the algorithm has many good properties, with a new kind of simulated evolutionary optimization method is effective and value is a kind of solving combinatorial optimization issue a new general-purpose heuristic method to solve the static optimization problem of one-dimensional or even multi-dimensional dynamic combinatorial optimization problems.
Platform: | Size: 2048 | Author: 曹艳丽 | Hits:

[Energy industrypower_system_reactive_power_optimization

Description: 优秀论论及对应源码。电力系统配电网的无功优化规划是保证配电网安全、经济运行的一项有效手段,是降低网损、提高电压质量的重要措施。因此,电力系统配电网无功优化规划问题的研究,既具有理论意义,又具有工程实际应用价值。配电系统最优规划问题是一个复杂的非线性组合优化问题,至今未得到很好的解决。Tabu搜索(TS—Tabu search)算法是近年来出现的用于求解组合优化问题的一种高效的启发式搜索技术。本文采用固定并联电容器作为研究对象对系统进行无功补偿,并利用智能优化方法得到使配电网损耗降低最大对应的最优节点解。并在补偿容量的邻域搜索方面做了改进,采用扩大邻域搜索范围以达到全局最优的效果。用IEEE的两个算例得出的计算结果证明了这种方法的可行性。-Excellent deals on the corresponding source code. Power system with reactive power distribution network optimal planning is to ensure the safety, economic operation of an effective means of reducing the net loss, an important measure to improve the voltage quality. Therefore, the power system reactive power optimization of distribution network planning study, not only has theoretical significance, but also has practical engineering value. Optimal distribution system planning is a complicated nonlinear optimization problem, has not been solved. Tabu Search (TS-Tabu search) algorithm is used in recent years for solving combinatorial optimization problems an efficient heuristic search techniques. In this paper, as the research object of fixed shunt capacitors for reactive power compensation system, and using intelligent optimization method to reduce the loss of the largest distribution network node corresponding to the optimal solution. Compensation capacity in the neighborhood search are
Platform: | Size: 112640 | Author: NBB | Hits:

[OtherMachine Learning and Portfolio Optimization

Description: 机器学习在量化投资领域的综述,涉及组合优化理论、及机器学习的相关算法。(Machine Learning and Portfolio Optimization)
Platform: | Size: 1010688 | Author: bihuan2017 | Hits:

[Energy industry电力系统机组组合优化

Description: 基于MATLAB/CPLEX 的机组最优组合,成功求解表格化,图示化的机组组合结果,含机组各时段启停计划、机组各时段最优出力,以及内含的各时段的直流潮流等。(Based on the MATLAB/CPLEX optimal combination of units, the results of tabular and graphical unit commitment are successfully solved, including the start-up and shutdown schedule of each unit, the optimal output of each period of the unit, and the DC power flow contained in each period.)
Platform: | Size: 272384 | Author: 新火箭客 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net