CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - objective c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - objective c - List
[
Algorithm
]
C++youhuajisuan
DL : 0
拟牛顿法(变尺度法)DFP算法的c/c++源码,可以通过修改目标函数进行各种计算。-Quasi-Newton method (DFP) DFP algorithm c/c++ Source, you can by modifying the objective function for a wide variety of computing.
Date
: 2026-01-08
Size
: 4kb
User
:
wangyangpeihua
[
Algorithm
]
mpowell.c
DL : 0
优化算法,POWELL算法 C码,不需要目标函数求导,适应于多变量优化.-Optimization algorithm, POWELL algorithm C code, does not require the objective function derivation, adapted to multi-variable optimization.
Date
: 2026-01-08
Size
: 1kb
User
:
yangfu
[
Algorithm
]
danchunxing
DL : 0
单纯形法求目标函数极值及决策变量值,c语言编写-Simplex method for the objective function and decision-making variable extremum value, c language
Date
: 2026-01-08
Size
: 3kb
User
:
初蕾
[
Algorithm
]
grid_method
DL : 0
优化设计算法:用1维格点法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发-Optimization algorithm: 1 Dimensional grid Method with the objective function of the optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
Date
: 2026-01-08
Size
: 18kb
User
:
猎豹
[
Algorithm
]
complex
DL : 0
优化设计算法:用复合形法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: The objective function of complex method seeking the optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
Date
: 2026-01-08
Size
: 20kb
User
:
猎豹
[
Algorithm
]
golden_section
DL : 0
优化设计算法:用黄金分割法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发-Optimization algorithm: The Golden Section Method objective function of optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
Date
: 2026-01-08
Size
: 19kb
User
:
猎豹
[
Algorithm
]
Differential_Evolution
DL : 0
优化设计算法:用微分进化法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: Differential Evolution Method with the objective function of the optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
Date
: 2026-01-08
Size
: 20kb
User
:
猎豹
[
Algorithm
]
simplex
DL : 0
优化设计算法:用单纯形法求解目标函数的最优解和最优值,已经验证算法的正确性,在visual c++6.0下开发-Optimization algorithm: the simplex method with the optimal solution of objective function and the optimal value, has verified the correctness of the algorithm in visual c++6.0 under development
Date
: 2026-01-08
Size
: 20kb
User
:
猎豹
[
Algorithm
]
powell
DL : 0
优化设计算法:用powell法求解目标函数的最优解和最优值,已经验证算法的正确性,在visual c++6.0下开发-Optimization algorithm: Solving the objective function with powell optimal solution and optimal value, has verified the correctness of the algorithm, the visual c++6.0 under development
Date
: 2026-01-08
Size
: 19kb
User
:
猎豹
[
Algorithm
]
dimension_turn_6
DL : 0
优化设计算法:用坐标轮换法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发,变量维数为6 -Optimization Algorithm: Method using coordinate rotation objective function of optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
Date
: 2026-01-08
Size
: 195kb
User
:
陈
[
Algorithm
]
Differential_Evolution2
DL : 0
优化设计算法:用微分进化法求目标函数的最优解和最优值,有约束条件,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: Differential Evolution Method with the objective function of the optimal solution and optimal value, there are constraints, has verified the correctness of the algorithm, visual C++6.0 development
Date
: 2026-01-08
Size
: 209kb
User
:
陈
[
Algorithm
]
NSGAII
DL : 0
NSGA II C++ CODES FOR MULTI-OBJECTIVE EVOLUTIONARY COMPUTATIONS
Date
: 2026-01-08
Size
: 24kb
User
:
kaveh
[
Algorithm
]
NSGA-code-in-C-(for-Windows-and-Linux)-original.r
DL : 0
Non-Dominated Sorting Genetic Algorithm for Multi-Objective Optimization
Date
: 2026-01-08
Size
: 16kb
User
:
xxx
[
Algorithm
]
c
DL : 0
工程优化——黄金分割法,用于解决一维n次的目标函数-Engineering Optimization- golden section method for solving one-dimensional objective function n times
Date
: 2026-01-08
Size
: 1kb
User
:
jindeemol
[
Algorithm
]
FCMClust
DL : 0
模糊C-均值评价分析,能够对目标函数进行系统的模糊评价分析,得到可靠的计算结果-Fuzzy C- Means uation and analysis system capable of objective function fuzzy uation and analysis, reliable results
Date
: 2026-01-08
Size
: 2kb
User
:
Xie Wood
[
Algorithm
]
particle-swarm-optimization
DL : 0
PSO 单目标粒子群算法用c++语言实现-PSO PSO algorithm with single objective c++ language
Date
: 2026-01-08
Size
: 7kb
User
:
杨芸
[
Algorithm
]
Quadratic-Programming
DL : 0
功能:用拉格朗日方法求解等式约束二次规划:min f(x)=0.5*x Hx+c x,s.t.Ax=b 输入:H,c分别是目标函数的矩阵和向量,A,b分别是约束条件中的矩阵和向量 输出:(x,lam)是KT点,fval是最优值。-Function: Lagrangian method for solving equality constrained quadratic programming: min f (x) = 0.5* x Hx+ c x, s.t.Ax = b Input: H, c are the matrix and vector objective function, A, b are the constraints in the matrices and vectors Output: (x, lam) is KT point, fval optimal value.
Date
: 2026-01-08
Size
: 2kb
User
:
Aira.W
[
Algorithm
]
nsga2code
DL : 0
C语言开发的基于基因遗传算法进行多目标优化设计-C language development based on genetic genetic algorithm for multi-objective optimization design
Date
: 2026-01-08
Size
: 18kb
User
:
王志坚
[
Algorithm
]
FCM,模糊C均值聚类的MATLAB实现[matlab]-FCM
DL : 0
模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means algorithm (FCMA) or FCM. Among many fuzzy clustering algorithms, the fuzzy C-means (FCM) algorithm is the most widely used and successful. It obtains the degree of membership of each sample point to all class centers by optimizing the objective function, thus determining the generic class of sample points to achieve The purpose of classifying sample data automatically.)
Date
: 2026-01-08
Size
: 6kb
User
:
五道杠骚年
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.