搜索资源列表
RBTreeAndBinary_Search_Tree
- 实现红黑树、二叉搜索树相关算法:插入(红黑树涉及树的调整:左旋、右旋等),删除,搜索(指定Key值节点)。 另外,红黑树实现计算树黑高的算法。 -To achieve red-black tree, binary search tree related algorithms: insertion (red-black tree involves the adjustment of the tree: L, D, etc.), delete, search (Key value of t
pso
- 粒子群启发式智能搜索算法,参数设置简单,收敛速度快,需要调整参数防止收敛过快。-pso algrithm for search the optimum value
新建 Microsoft Word 97 - 2003 文档
- PSO算法是基于群体的,根据对环境的适应度将群体中的个体移动到好的区域。然而它不对个体使用演化算子,而是将每个个体看作是D维搜索空间中的一个没有体积的微粒(点),在搜索空间中以一定的速度飞行,这个速度根据它本身的飞行经验和同伴的飞行经验来动态调整(PSO algorithm is based on the group, according to the environment to the fitness of the individual to move to the area.However
搜索调整
- 解决边缘计算中的任务调度问题,使用搜索-调整的方法。(optimization problem)