Research Article

FPGA Implementation of an Improved Reconfigurable FSMIM Architecture Using Logarithmic Barrier Function Based Gradient Descent Approach

Algorithm 1

State assignment using logarithmic barrier-function based gradient descent approach for the Reconfigurable FSM.
Input:the objective function defined by Equation (7)
Output: (i.e., the final state code vector)
begin
Initialization: ;
;
while ()do
repeat
for
;
(12)
(24)
end
return
;
evaluate
(26)
(7);
if (
)then
;
else if (
)then
;
end
until
;
end
return;
end