Optimization Algorithms: Difference between revisions
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://www.complexica.com/narrow-ai-glossary/optimization-algorithms | |||
=Internal= | =Internal= | ||
* [[Algorithms#Optimization_Algorithms|Algorithms]] | * [[Algorithms#Optimization_Algorithms|Algorithms]] | ||
= | =Constraint Satisfaction Problem= | ||
<font color=darkkhaki> | |||
Is a Constraint Satisfaction Problem an optimization problem. Probably yes if it yields multiple solutions and we look for the solution that has the better score. | |||
Process: | |||
* https://en.wikipedia.org/wiki/Constraint_satisfaction_problem | * https://en.wikipedia.org/wiki/Constraint_satisfaction_problem | ||
* https://learning.oreilly.com/videos/constraint-satisfaction-problems-in/10000MNLV202127/10000MNLV202127-Kopec_1/ | |||
* https://www.udemy.com/course/optimisation/ | |||
</font> |
Latest revision as of 19:22, 6 October 2023
External
Internal
Constraint Satisfaction Problem
Is a Constraint Satisfaction Problem an optimization problem. Probably yes if it yields multiple solutions and we look for the solution that has the better score.
Process:
- https://en.wikipedia.org/wiki/Constraint_satisfaction_problem
- https://learning.oreilly.com/videos/constraint-satisfaction-problems-in/10000MNLV202127/10000MNLV202127-Kopec_1/
- https://www.udemy.com/course/optimisation/