You are on page 1of 1

Knowledge/Remembering: define, list, recognize;

Comprehension/Understanding: characterize, describe, explain, identify, locate,


recognize, sort;
Application/Applying: choose, demonstrate, implement, perform;
Analysis/Analyzing: analyze, categorize, compare, differentiate;
Well-defined and articulated learning objectives are important because they:
provide students with a clear purpose to focus their learning efforts. direct your
choice of instructional activities.
Equality constraints are constraints that always have to be enforced. That is, they
are always "binding". ... In contrast, inequality constraints may or may not be
binding. For example, a line MVA flow may or may not be at its limit, or a
generator real power output may or may not be at its maximum limit.
Linear inequality constraints have the form A·x ≤ b. When A is m-by-n, there are m
constraints on a variable x with n components. You supply the m-by-n matrix A and
the m-component vector b. Pass linear inequality constraints in the A and b
arguments.
Click the Insert tab and then, in the Code section, select Task > Optimize. In the
Specify problem type section of the task, select Objective > Nonlinear and
Constraints > Nonlinear. The task selects the solver fmincon - Constrained
nonlinear minimization . Include Rosenbrock's function as the objective function.
X = str2double( str ) converts the text in str to double precision values. str
contains text that represents real or complex numeric values. str can be a
character vector, a cell array of character vectors, or a string array. ... If
str2double cannot convert text to a number, then it returns a NaN value.
Go to the Insert tab and click Equation. A blank equation appears.
Build your equation by selecting symbols, structures, and matrices from the options
displayed in the Equation tab. ...
Format your equation using the options available in the Text section.
To call a function or a script, just write its name with the necessary inputs:
my_function(...) This works in the command window, or within another function or
script.
A hexagon depicts an objective variable — a quantity that evaluates the relative
value, desirability, or utility of possible outcomes. In a decision model, you are
trying to find the decision(s) that maximize (or minimize) the value of this node.
Usually, a model contains only one objective.
"The function we want to minimize or maximize is called the objective function, or
criterion. ... The loss function computes the error for a single training example,
while the cost function is the average of the loss functions of the entire training
set.

You might also like