Optimization Algorithms: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:


=Constraint Satisfaction Problem=
=Constraint Satisfaction Problem=
{{External|https://en.wikipedia.org/wiki/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://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: