-
Inequality-constrained-optimization
德克萨斯大学奥斯汀分校Baldick Ross教授关于不等式约束最优化问题的课件。详细阐述了最优潮流等典型最优化问题。(Baldick Ross Professor of the University of Texas at Austin courseware inequality constrained optimization problem. The typical elaborate OPF most optimization problems.)
- 2020-11-17 20:09:39下载
- 积分:1
-
tutorial-prb1-2
some graphs of the famous matlab tutorial
- 2013-11-11 03:07:03下载
- 积分:1
-
NSGA-III
测试可以跑,根据自己情况修改下函数即可. NSGA-III 首先定义一组参考点。然后随机生成含有 N 个(原文献说最好与参考点个数相同)个体的初始种群,其中 N 是种群大小。接下来,算法进行迭代直至终止条件满足。在第 t 代,算法在当前种群 Pt的基础上,通过随机选择,模拟两点交叉(Simulated Binary Crossover,SBX)和多项式变异 产生子代种群 Qt。Pt和 Qt的大小均为 N。因此,两个种群 Pt和 Qt合并会形成种群大小为 2N 的新的种群 Rt=Pt∪Qt。 为了从种群 Rt中选择最好的 N 个解进入下一代,首先利用基于Pareto支配的非支配排序将 Rt分为若干不同的非支配层(F1,F2等等)。然后,算法构建一个新的种群St,构建方法是从 F1开始,逐次将各非支配层的解加入到 St,直至 St的大小等于 N,或首次大于 N。假设最后可以接受的非支配层是 L层,那么在 L+ 1 层以及之后的那些解就被丢弃掉了,且 St FL中的解已经确定被选择作为 Pt+1中的解。Pt+1中余下的个体需要从 FL中选取,选择的依据是要使种群在目标空间中具有理想的多样性。(The test can run and modify the function according to its own situation. NSGA-III first defines a set of reference points. Then the initial population containing N individuals (preferably the same number of reference points as the original literature) was randomly generated, where N was the size of the population. Next, the algorithm is iterated until the termination condition is satisfied. On the basis of current population Pt, the algorithm simulates two-point crossover (SBX) and polynomial mutation to produce offspring population Qt by random selection.)
- 2021-01-26 22:38:41下载
- 积分:1
-
kjj
最基本的快捷键操作 (Basic Operation)
- 2010-01-29 18:45:44下载
- 积分:1
-
Chapter6
数值解法
例1 用改进的欧拉方法求一阶方程初值问题的
数值解
例2 数学摆的运动方程与近似方程数值解比较
例3 四阶龙格库塔公式求数值解
Matlab实现求数值解
例1 求初值问题y =x*sin(x)-y,y(0)=0的数值
解.先编辑一个定义方程的ODEF函数文件
ODEfun1.m.
例2 求方程组初值问题的数值解,按指定步长
0.05划分节点.
例3 按指定的精度求高阶方程初值问题的数值解.(Numerical Solution of the law a method of using the improved Euler' s equation of order to a first-order initial value problem of the numerical solution of cases of two mathematical pendulum equations of motion compared with the approximate numerical solutions of equations of three cases of fourth-order Runge-Kutta numerical solution of the formula Matlab order to achieve the numerical solution of demand cases seeking an initial value problem y ' = x* sin (x)-y, y (0) = 0 the numerical solution. first, the definition of an equation editor ODEF function file ODEfun1.m. cases of two demand equations initial value problem of numerical solution, according to the specified division of the node step 0.05. Example 3 according to the specified precision of seeking higher-order equation of the numerical solution of initial value problem.)
- 2010-02-05 23:14:41下载
- 积分:1
-
cd
说明: These are the source codes for training the neural networks with various kinds of training functions and for various kinds of inputs and alongwith there is important code also explaining difference between various kind of images like color gray b/w yuv ycbcr etc..
- 2011-08-16 16:53:22下载
- 积分:1
-
LFMchirpdechirp
lfm chirp dechirp demo of chirp signal
- 2018-04-03 11:37:21下载
- 积分:1
-
Digitalsignalprocessing
Matlab下的数字信号处理示例
Matlab下的数字信号处理示例
Matlab下的数字信号处理示例(Digital signal processing under Matlab example of digital signal processing under Matlab example of digital signal processing under Matlab example)
- 2009-09-06 14:03:07下载
- 积分:1
-
16QAM
16QAM的MATLAB仿真。包括包络检波,相干解调和非相干解调等。(16QAM in the MATLAB simulation. Including envelope detection, coherent detection and non-coherent demodulation, etc..)
- 2010-06-11 18:14:00下载
- 积分:1
-
ExpMaxSeg
This program is for image segmentation using Expectation maximum
- 2009-11-17 14:45:41下载
- 积分:1