资源列表
[人工智能/神经网络/遗传算法] GA
说明:遗传算法(Genetic Algorithm,GA)是一种进化算法,其基本原理是仿效生物界中的“物竞天择、适者生存”的演化法则。遗传算法的做法是把问题参数编码为染色体,再利用迭代的方式进行选择、交叉以及变异等运算来交换种群中染色体的信息,最终生成符合优化目标的染色体。-Genetic Algorithm (Genetic Algorithm, the GA) is a kind of evolution Algorithm, the basic principle is to imitate p<cxx> 在 2025-06-09 上传 | 大小:9kb | 下载:0
[matlab例程] MATLABbianchengshili
说明:matlab小程序实例,对掌握matlab很有用处。-matlab applet instance, the master matlab useful.<张晶晶> 在 2025-06-09 上传 | 大小:9kb | 下载:0
[matlab例程] SVM_luzhenbo
说明:支持向量机在matlab中的安装工具箱 lssvm-matlab application support vector machine toolbox<袁小星> 在 2025-06-09 上传 | 大小:9kb | 下载:0
[matlab例程] compareODEsols
说明:Solving IVP ODEs using Symbolic MATH "dsolve", Laplace Transforms and MuPAD for analytic solutions and ODE45, ODE113 and Simulink for numeric solutions of the given 2nd order ODE is shown in this scr ipt.<Karthi> 在 2025-06-09 上传 | 大小:9kb | 下载:0
[matlab例程] lbfgs
说明:This submission contains an interface to a LBFGS-code for unconstrained minimization problems of the form min_{x} f(x) + c*|\tilde{x}|, where x are the parameters, f is a scalar valued real function, c is a positive scalar (default value=0), |.|<Karthi> 在 2025-06-09 上传 | 大小:9kb | 下载:0
[数据结构常用算法] exe6_16
说明:考虑用双向链表来实现一个有序表,使得能在这个表中进行正向和反向搜索。若指针p 总是指向最后成功搜索到的结点,搜索可以从p 指示的结点出发沿任一方向进行。试根据这种情况编写一个函数search(head, p, key),检索具有关键码key 的结点,并相应地修改p。-Consider the use of two-way linked list to implement a sorted list in this table allows both forward and reverse sea<celia> 在 2025-06-09 上传 | 大小:9kb | 下载:0