Optimization Algorithms: Difference between revisions
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
=Constraint Satisfaction Problem= | =Constraint Satisfaction Problem= | ||
<font color=darkkhaki> | <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: | 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://learning.oreilly.com/videos/constraint-satisfaction-problems-in/10000MNLV202127/10000MNLV202127-Kopec_1/ | ||
* https://www.udemy.com/course/optimisation/ | |||
</font> | </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/