Explore-Exploit Algorithm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "An Explore-Exploit Algorithm is an optimization algorithm that includes an exploration algorithm and an exploitation algorithm. * <B>See:</B> Reinforcement L...") |
No edit summary |
||
Line 1: | Line 1: | ||
An [[Explore-Exploit Algorithm]] is an [[optimization algorithm]] that includes an [[exploration algorithm]] and an [[exploitation algorithm]]. | An [[Explore-Exploit Algorithm]] is an [[optimization algorithm]] that includes an [[exploration algorithm]] and an [[exploitation algorithm]]. | ||
* <B>See:</B> [[Reinforcement Learning Algorithm]]. | * <B>See:</B> [[Reinforcement Learning Algorithm]], [[Multi-Armed Bandit Algorithm]]. | ||
---- | ---- | ||
---- | ---- |
Revision as of 05:15, 23 November 2015
An Explore-Exploit Algorithm is an optimization algorithm that includes an exploration algorithm and an exploitation algorithm.