Posts by Liliane Scandoleiro • 21 points
2 posts
-
1
votes0
answers54
viewsQ: Hessian update in BFGS method
I’m developing the nonlinear optimization method BFGS (Broyden-Fletcher-Goldfarb-Shanno) and I’m having a hard time updating the value of Hessian to minimize function. The input variables for…
-
0
votes1
answer60
viewsQ: XOR operation by filtering my list values in Dataframe columns
I have several lists and a single dataframe, my goal is to filter my columns that contain the same values from my list and create a dynamic XOR operation. When you find my XOR result equal to 0, the…