Skip to content
#

data-flow-analysis

Here are 22 public repositories matching this topic...

Eh2406
Eh2406 commented Jan 23, 2019

Section 3.4 of the paper describes using gradient descent with a 2-point method for computing the gradient vector. This basically involves doing O(d) function calls to find the approximate gradient then doing a small number of calls to move in that direction. There is a long history of Derivative free Optimization Methods, that try to make each function evaluation do some of both. For example so

pdschubert
pdschubert commented Mar 26, 2020

Craft an extended version (or extend the existing version) of the IDE linear constant propagation.

A constant propagation is often used as a helper analysis for some more advanced data-flow analyses that may spawn their own analyses in order to obtain additional information.

The current version of the IDE-LCA is only concerned with integer types. However, having information on constant float

Improve this page

Add a description, image, and links to the data-flow-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-flow-analysis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.