I am using Genetic Algorithm tool of MATLAB and In which I have a fitness function and constrain function.
Here I am modifying value of variable B in constrain function (say initial value B=[0 1 1 0 1] and modified value B=[1 0 01 1] or similar generated by another function within constrain ) and I need to call that to fitness function without running constrain function or any other function.
If I need to run this function for calling B, value of B will changed.