博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
启发式与元启发式算法
阅读量:4333 次
发布时间:2019-06-07

本文共 802 字,大约阅读时间需要 2 分钟。

In mathematical programming, a heuristic refers to a procedure that seeks a solution to an optimization problem but does not guarantee that it will find one. Heuristics use a heuristic function to guide the search, as a human would do. The heuristic search can be either an informed search or a blind search. Greedy algorithms employ blind searches that use little information about the system. The heuristics that use the heuristic function in a strategic way (i.e. an informed search) are referred to as meta-heuristics.

A meta-heuristic is a general framework for heuristics for solving hard global optimization problems.Mostmeta-heuristicsarebasedonsomekindofnaturalphenomenon.Examplesof commonly used meta-heuristics are briefly described below.

 

转载于:https://www.cnblogs.com/tomatokely/p/7551479.html

你可能感兴趣的文章
织梦入门2-采集1
查看>>
SPC软控件提供商NWA的产品在各行业的应用(化工行业)
查看>>
sparkSQL 简介
查看>>
POJ 3150 循环矩阵的应用
查看>>
基于脚本的nodemanager管理器
查看>>
【Android】百度地图自定义弹出窗口
查看>>
从壹开始前后端分离 [ Vue2.0+.NET Core2.1] 十九║Vue基础: 样式动态绑定+生命周期...
查看>>
Windows Phone开发(7):当好总舵主
查看>>
string::size_type类型
查看>>
【NOIP2018】为什么这么无力啊
查看>>
jquery.validate 笔记
查看>>
2017.6.4 入门组 NO.3——字符串
查看>>
inux系统监控
查看>>
性能测试第一天
查看>>
Mysql中代替like模糊查询的一种方法
查看>>
Struts2拦截器(Interceptor)(上)
查看>>
JVM调优-Java中的对象
查看>>
python_爬虫一之爬取糗事百科上的段子
查看>>
移动互联网广告 - 第七更 - 移动广告地域定向技术 - 2016/12/07
查看>>
HashMap,HashTable,TreeMap区别和用法
查看>>