mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-08 15:02:55 -04:00
merge files from the blockchain infra repo (#59)
This commit is contained in:
parent
23f56ef195
commit
2a6449bb85
346 changed files with 29097 additions and 132 deletions
12
resources/data_engineering/or_tools.md
Normal file
12
resources/data_engineering/or_tools.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
## google's or-tools
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
* the goal of optimization is to find the best solution to a problem out of a large set of possible solutions (or any feasible solution)
|
||||
|
||||
* all optimization problems have the following elements:
|
||||
* the **objective**: the quantity you want to optimize. an optimal solution is one for which the value of the objective function is the best, i.e. max or min
|
||||
* the **constraints**: restrictions on the set of possible solutions, based on the specific requirements of the problem. a feasible solution is one that satisfies all the given constraints for the problem, without necessarily being optimal
|
||||
|
||||
* **[google's or-tools](https://developers.google.com/optimization/introduction)** is an open-source software for combinatorial optimization, which seeks to find the best solution to a problem out of a very large set of possible solutions
|
Loading…
Add table
Add a link
Reference in a new issue