Skip to content

potential speed-up opportunities #231

@aakash10gupta

Description

@aakash10gupta

Here, I'm listing a few generic log messages below their respective state headers extracted from a sflog.txt file, after which the next log message is printed after a considerable amount of time, possibly due to the long running time of the processes executed in between the log messages, which can potentially be further optimized with regards to the running time needed -

EVALUATE GRADIENT FROM KERNELS

  • scaling gradient to absolute model perturbations
  • exporting gradient to disk
  • calculating search direction 'p_new' from gradient

INITIALIZE LINE SEARCH

  • INITIALIZE LINE SEARCH
  • step length 'alpha' = ......

UPDATE LINE SEARCH

  • try: misfit increasing, attempting to reduce step length using parabolic backtrack
  • try: first step of iteration, setting scaled step length
  • writing optimization stats: '/....../output_optim.txt'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions