搜索资源列表
Solving0-Hybrid-Scheduling-Problems-Job_Shop-adapt
- 一种求解Job_Shop调度问题的混合自适应变异粒子群算法-Solving Hybrid Scheduling Problems Job_Shop adaptive mutation particle swarm optimization
opt4j-2.0
- Java平台的启发式优化算法,包含了多目标进化算法(SPEA2和NSGA2),多目标差异进化,PSO和单目标模拟退火算法。并且包含了ZDT,DTLZ和WFG等测试函数-Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems. The Opt4J framework currently includes a multi-obje
cgls
- 用于解反问题的共轭梯度法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Solution of inverse problems for the conjugate gradient method, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
method
- 某些数学方法在地震波反演问题求解中的应用-Some mathematical methods to solve inverse problems in seismic wave of
free-boundary-problems
- 可以使用它计算free surface flow The program is a 2D solver for the incompressible, transient Navier-StokesK[ equations including the temperature equation and free boundary problems-The program is a 2D solver for the incompressible, transient Navier-Sto
vbpso
- pso求解非线性规划问题VB 源码,通过三个实例分析,程序通用性很好。强烈推荐-pso for solving nonlinear programming problems VB source code, through three case studies, procedural general is very good. Strongly recommended
color1
- 给定无向连通图G和m种不同的颜色。用这些颜色为图G的各顶点着色,每个顶点 着一种颜色。是否有一种着色法使G中每条边的2个顶点着不同颜色。这个问题是 图的m可着色判定问题。若一个图最少需要m种颜色才能使图中每条边连接的2个 顶点着不同颜色,则称这个数m为该图的色数。求一个图的色数m的问题称为图的 m可着色优化问题。 -Given an undirected connected graph G, and m kinds of different colors. With thes
betterresult
- 基本解方法求解反问题程序很好用有结果和图形-Method of Fundamental Solutions of Inverse Problems program.
Constrained-optimization-problems
- 主要是求解最优化问题,这对于求解最优方案或者路线很有用途-Primarily for solving optimization problems, optimal solution for solving the very purpose or route
ParameterEstimationandInverseProblems
- Parameter+Estimation+and+Inverse+Problems 该书的配套光配内容-Parameter+ Estimation+ and+ Inverse+ Problems with the contents of the book' s supporting light
MUD-problems
- 介绍了多用户检测中遇到的相关问题及引起这些问题的原因,在此基础上提出自己的想法-It introduce some related problems of MUD and the reasons which result in these problems.At the foundation of these reasons,I advance my personal ideas...
Problems-On-Algorithms
- 各种算法荟萃,很好的一本联系算法知识的入门级书籍,和大学里面教科书上的算法相当,pdf类-Problems On Algorithms. various algorthms ,a good entrance book
Parking-problems
- 停车场问题 Parking problems 用c++进行实现 源码-Parking problems
algorithm-for-scheduling-problems
- 这里整理笔试和面试中常用的几个排序问题的算法,简单易懂-Written test and interview here in the order of several commonly used algorithm for scheduling problems, easy to understand
CEC09-MOEA-Codes-of-Problems
- CEC09年群体智能会议的测试问题的代码-CEC09-MOEA-Codes-of-Problems matlab code
Problems-on-Algorithms
- Problems on Algorithms,算法常见的问题分析和解决-Problems on Algorithms,Algorithms problems analysis and solution
math-problems
- 一些数学问题算法模板,稍微做了下分类 目录 1 欧几里得和模线性方程 欧几里德 扩展欧几里德 模线性方程 2 欧拉φ函数 扩展欧拉函数 3 线性时间素数筛法 生成欧拉函数表 4 因式分解 5 Nim游戏和sg函数 合肥B 题 -Some mathematical problems algorithm template, do a little under Categories 1and mode of linear eq
meth-problems
- 随机出100以内加减乘除法,并记录做题时间及程序-Produce math problems including sumation/substraction/multiplication/division randomly, record the time and scores.
Contact-lens-wear-problems
- 该实验采用机器学习方法中的朴素贝叶斯算法用于信息分类,问题的背景是根据一个人的年龄,视力缺陷,散光和泪腺分泌情况决定其是否可佩戴隐形眼镜。-Using machine learning to solve contact problems
algorithms-for-linear-problems
- 线性方程的迭代法,集合了Jacobi,Gauss-Seidel,SOR三种方法,还有针对泊松方程的SOR方法-Programs to solve linear problems.Four algorithms are included.They are Jacobi,Gauss-Seidel,SORand SOR for Poisson