Introduction to Metaheuristics (6/9). Random search

  Рет қаралды 5,610

Luis R. Izquierdo

Luis R. Izquierdo

Күн бұрын

Пікірлер: 11
@suhailasaidat174
@suhailasaidat174 3 жыл бұрын
Thank you...good explanation.
@qianyingliao1675
@qianyingliao1675 3 жыл бұрын
Thank you for the clear explaination!
@MatheusSilva-bq3ff
@MatheusSilva-bq3ff 3 жыл бұрын
Great explanation!
@sebon11
@sebon11 2 жыл бұрын
Another clear explanation - comment for stats :D
@LuisRIzquierdo
@LuisRIzquierdo 2 жыл бұрын
... and much appreciated! :D
@sebon11
@sebon11 2 жыл бұрын
@@LuisRIzquierdo :)
@EmilioGarcia_
@EmilioGarcia_ 2 жыл бұрын
Great lecture, thanks for sharing it. Quick question, in the IF loop when comparing “Best” and “S” what does Quality measure? I thought about it as a route for routing problem, then I pick one route randomly and set it as “Best” and then another route as “S”, then the Quality I see it as the most economical one (if we look for the route with the min cost) Am I right with this interpretation of Quality(*)? Thanks for your feedback!
@LuisRIzquierdo
@LuisRIzquierdo 2 жыл бұрын
Indeed. Quality measures how good a candidate solution is. The better the solution, the higher the quality. Thus, in your problem, the lower the cost of the route, the greater its quality. In any case, you can interpret the piece of code "If Quality(S) > Quality(Best)" simply as "If S is better than Best". Thus, in your routing problem, you can replace that piece of code with "If Cost(S) < Cost(Best)" (note I replaced > with
@hanserj169
@hanserj169 3 жыл бұрын
Thanks for the content. I have a question: if the candidate solution set is known, why not to exclude a candidate from the solution set every time we notice that it is not better than the current best solution? In that way we eliminate the possibility of choosing the same inefficient solution.
@LuisRIzquierdo
@LuisRIzquierdo 3 жыл бұрын
Great question, Hanser! The algorithm you propose would tend to give better solutions after any given number of iterations, and it would guarantee reaching the optimum if the number of iterations equals the number of candidate solutions. What you propose is often called “sampling without replacement”. The only drawback is that the algorithm you propose would need to keep a list of the candidate solutions already visited (or, alternatively, the unvisited candidate solutions). This requires memory. The use of memory is often a factor to consider when you design an algorithm, and there is often a tradeoff between this factor and other criteria such as efficiency. Great question, keep it up!
@hanserj169
@hanserj169 3 жыл бұрын
@@LuisRIzquierdo thanks for the answer. It makes sense totally. Very interesting!
Introduction to Metaheuristics (7/9). Local search
14:48
Luis R. Izquierdo
Рет қаралды 7 М.
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 1,3 МЛН
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 4,7 МЛН
Worst flight ever
00:55
Adam W
Рет қаралды 8 МЛН
11. Introduction to Machine Learning
51:31
MIT OpenCourseWare
Рет қаралды 1,6 МЛН
Introduction to Metaheuristics (2/9). Combinatorial Optimization problems
8:40
Automated Machine Learning: Grid Search and Random Search
10:00
Lecture 31: Introduction to Metaheuristics
29:36
IIT Kharagpur July 2018
Рет қаралды 36 М.
Evolutionary computation: Keith Downing at TEDxTrondheim
14:40
TEDx Talks
Рет қаралды 38 М.
Natasha Jaques PhD Thesis Defense
1:30:15
Natasha Jaques
Рет қаралды 754 М.
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 1,3 МЛН