|
|
|
|
|
by Caracas288
37 days ago
|
|
More often than not, constraints refine and focus a project, rather than restricting it. It’s best to start work with as few variables as possible, and only add new ones when absolutely necessary; You make a lot more progress that way. For very complex things like AVs, it is critically important to keep the number of such variables down, since each acts on complexity & workload not as an addition but more like a quadratic, or worse—combinatorial explosion. |
|