Skip to main content
Graph
Search
fr
|
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Optimization in Large Search Spaces: GPU-Accelerated Join Order
Graph Chatbot
Related lectures (32)
Previous
Page 1 of 4
Next
Optimization Methods: Theory Discussion
Explores optimization methods, including unconstrained problems, linear programming, and heuristic approaches.
Deliberative Agents: Planning and Strategies
Covers planning with adversaries, heuristic search algorithms, and strategies for games with chance, emphasizing the significance of deliberative agents.
Search Algorithms: Abductive Reasoning
Covers search algorithms, focusing on abductive reasoning and heuristic search strategies.
The String Game
Delves into the string game, showcasing the limitations of exhaustive testing and the importance of heuristics in problem-solving.
Optimization and Simulation: Heuristics and Neighborhoods
Explores greedy heuristics, neighborhoods in optimization, and local search algorithms.
Optimisation in Energy Systems
Explores optimization in energy system modeling, covering decision variables, objective functions, and different strategies with their pros and cons.
Optimization with Constraints: KKT Conditions
Covers the KKT conditions for optimization with constraints, essential for solving constrained optimization problems efficiently.
Coin Change Problem
Explores the coin change problem, comparing greedy and dynamic programming algorithms for optimal solutions.
Code Optimization: Speeding-up Analyses
Explores techniques to speed up dataflow analyses and discusses the importance of node ordering and post-order traversal.
Dynamic Programming: How Many Ways to Make Change
Demonstrates dynamic programming to find the number of ways to make change using different coin denominations.