皮皮学,免费搜题
登录
搜题
【多选题】
Ant colony optimization (ACO)
A.
Ant colony optimization (ACO) is a probabalistic (stochastic), heuristic optimization technique inspired by the way ants make & find paths from the colony to food. The technique is used to solve discrete optimization problems that can be reduced to finding good paths through graphs. The first appearance of an ACO system was in a PhD thesis in 1992 by Marco Dorigo at Politecnico di Milano. It was called Ant System (AS). Since 1995 various other extended versions of AS have been developed, including Ant Colony System (ACS) and MAX-MIN Ant System (MMAS). In 1999 Dorigo proposed the ACO metaheuristic that became the most successful and recognized algorithm based on ant behavior.
B.
When one ant finds an optimal path from the colony to a food source, other ants are more likely to follow that path & positive feedback eventually causes all the ants to follow the same path. The ACO algorithm mimics this by walking around the graph representing the problem to solve. These algorithms have been applied to the symmetric & asymmetric traveling salesman problem with near-optimal results.
C.
There has been an interest in using ACO for network routing & urban transportation systems since the algorithm can be run continuously giving it the ability to adapt to changes in real time. This is an advantage over the simulated annealing & genetic algorithm approaches since they do not change dynamically.
D.
In machine learning & data mining problems, ACO variations have been used to create a model of the way worker ants "cluster" ant corpses in ant cemetary maintenance. This has been applied to a task called clustering in machine learning which involves finding groups of objects that are similar. This method has proven to have higher performance & accuracy than previous classical methods.
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】保价运输货物在()发生的货物被盗、丢失、损坏事故为非过失责任的事故。
A.
发站
B.
中途站
C.
车站范围之外
D.
货场范围之外
【判断题】托达罗模型认为迁移行为是一种经济投资行为。迁移者是否迁移取决于迁移带来预期收益与迁移成本的比较值。
A.
正确
B.
错误
【单选题】离散型随机变量的分布函数是▁▁,连续型随机变量的分布函数是▁▁。
A.
单调递增的分段常函数,单调递增的连续函数。
B.
单调递增的连续函数,单调递增的分段常函数。
C.
单调递增的分段常函数,单调递增的分段常函数。
D.
单调递增的连续函数,单调递增的连续函数。
【判断题】随机变量的分布函数是连续函数。
A.
正确
B.
错误
【判断题】在图层蒙版中用黑色绘制的内容将会被显示出来,用白色绘制的内容将会隐藏。
A.
正确
B.
错误
【判断题】连续型随机变量的分布函数是连续的
A.
正确
B.
错误
【判断题】连续型随机变量的分布函数是连续函数
A.
正确
B.
错误
【单选题】在车站范围之外发生的货物被盗、丢失、损坏,属于( )责任。
A.
过失责任
B.
非过失责任
C.
其他责任
【单选题】如下图所示,F(x)是(    )
A.
离散型随机变量的分布函数
B.
连续型随机变量的分布函数
C.
离散型或连续型随机变量的分布函数
D.
不是分布函数
【判断题】如果某随机变量的分布函数是连续函数, 则其是连续型随机变量.
A.
正确
B.
错误
相关题目: