Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cg: modify search direction #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

tenomoto
Copy link

@tenomoto tenomoto commented Dec 1, 2021

CG converges in two steps for Booth function with the modified search direction.

The pull request includes the followings:

  • use search direction updated by cg_update().
  • use the first step size scaled by gradient norm rather than 1.

Takeshi Enomoto and others added 2 commits November 20, 2021 14:23
* revert to the initial step size estimation for each iteration
* scale initial step size by gradient norm
* use search direction from cg_update
@tenomoto tenomoto changed the title cg: modifiysearch direction cg: modifiy search direction Dec 1, 2021
@tenomoto tenomoto changed the title cg: modifiy search direction cg: modify search direction Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant