The Special Functions and Their Approximations (Mathematics in Science and Engineering): Yudell L. Luke Volume I
2019-12-21 21:24:50 3.2MB special function
1
SDS is an acronym for Solutions Development System, a C/C++ language interface compatible with the ADS® (AutoCAD® Development System) interface found in other CAD systems. SDS provides hooks into IntelliCAD, allowing you to create custom applications. SDS communicates with the user and IntelliCAD via LISP (akin to the way that ADS works with AutoLISP® and other CAD systems). However, SDS greatly augments the capabilities found in LISP with a much more powerful command base that can also access the operating system. This allows you to create even more sophisticated custom solutions. And, because SDS applications are compiled, they are typically faster than LISP applications.
2019-12-21 21:20:08 166KB intellicad
1
在优化领域,基准测试函数(benchmark function)是用于评估和比较不同优化算法性能的重要工具。这些函数具有已知的特性,如多模态、非线性、非凸性等,模拟了实际问题中的复杂性。以下是一些常用的基准测试函数及其特点: 1. Rastrigin function:这是一个具有多个局部最小值的多模态函数,定义域为[-5.12, 5.12],全局最优解为函数值0。 2. Sphere function:这是一个简单的单谷函数,全局唯一最小值位于原点,全局最优函数值为0,用于测试算法的收敛速度。 3. Griewank function:具有全局最小值在原点,全局最优函数值为0,该函数特点是全局最小值周围的区域非常平坦,对优化算法的全局搜索能力提出挑战。 4. Rosenbrock function:也称为香蕉函数,具有一个长而窄的山谷结构,全局最小值在(1,1)处,函数值为0,测试算法的精度和局部搜索能力。 5. Schwefel function:有多个局部最小值,全局最小值在所有变量为0时达到,测试算法对平衡局部和全局搜索的能力。 6. Ackley function:包含全局最小值在原点,函数值为0,具有平滑变化和快速下降的特点,对算法的适应性和全局搜索性能有较高要求。 7. Axis parallel hyper-ellipsoid function:轴对齐的超椭球函数,具有简单的几何形状,测试算法的尺度不变性。 8. Rotated hyper-ellipsoid function:旋转的超椭球函数,增加了寻找最小值的难度,测试算法对目标函数旋转不变性的处理。 9. Sum of different power function:不同幂次之和函数,挑战算法处理非线性和不均匀尺度问题的能力。 10. Dixon and Price function:具有多个局部最小值,测试算法的全局搜索能力。 11. Step function:阶梯函数,测试算法处理离散或突变性质问题的能力。 12-27. 其他函数如Schwefel two, three, four functions,Dejong noisy function,Easom function,Levy function,Matyas function,Zakharov function,Trid function,Shubert function,Yang first, second functions,Schwefel four function,Salomon function,Periodic function,Inverted cosine mixture function,Inverted cosine wave function,它们各自拥有特定的复杂性和挑战,用于全面评估优化算法在不同场景下的表现。 通过这些基准测试函数,研究人员和工程师可以系统地比较各种优化方法,分析其优点和缺点,进而改进算法设计,提升优化效率。同时,这些函数也在不断扩展和更新,以适应新的优化挑战。
2019-12-21 21:14:40 1.4MB benchmark function
1
R语言,抓取网上汇率信息(一对一),呈图显示(汇率走势) PS:需小作修改
2019-12-21 21:03:49 341B R语言
1
自己搭建的SVPWM仿真,已经调试通过,开关频率和电压复制均可修改,每个模块的功能实现有simulink分立元件和Matlab function两种创建方式,方便对比和修改。
2019-12-21 20:58:37 32KB simulink
1
C语言写的研华PCI-1710板卡的DA驱动,matlab编译后即可用于simulink s-function。 (Advantech PCI-1710 board DA driver written in C language driver, it can be used for simulink s-function after compilering in matlab.)
2019-12-21 20:54:18 8KB s-function 研华PCI-1710 matlab 驱动程序
1
kernel function核函数的matlab实现;kernel function核函数的matlab实现;kernel function核函数的matlab实现;kernel function核函数的matlab实现;kernel function核函数的matlab实现
2019-12-21 20:40:12 787B kernel matlab
1
用于matlab的svpwm的s函数,用mex编译后就可使用
2019-12-21 20:32:18 10KB svpwm s-function
1
The_Gamma_function
2019-12-21 20:31:23 391KB gamma
1
《matlab S-Function实例编写指导》是学习S-Function编写的好东东,是别人推荐的。
2019-12-21 20:10:00 2.98MB S-Function 实例 matlab
1