ca0b8caf3c67620c4ce4c5403da142782e27b606,advanced/mathematical_optimization/examples/plot_gradient_descent.py,,,#,116

Before Change


                mk_quad(.7), mk_quad(.02),
                mk_gauss(.02), (rosenbrock, rosenbrock_prime))):
    for adaptative in (False, True):
        if not adaptative and f == rosenbrock:
            continue
        x, y = np.mgrid[x_min:x_max:100j, y_min:y_max:100j]
        x = x.T
        y = y.T

After Change

Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: scipy-lectures/scipy-lecture-notes
Commit Name: ca0b8caf3c67620c4ce4c5403da142782e27b606
Time: 2012-08-07
Author: gael.varoquaux@normalesup.org
File Name: advanced/mathematical_optimization/examples/plot_gradient_descent.py
Class Name:
Method Name:


Project Name: soft-matter/trackpy
Commit Name: cc410f68b6c1d1417322ec02e22ea7713ca0bc48
Time: 2020-03-18
Author: ruben@lighthacking.nl
File Name: trackpy/locate_functions/brightfield_ring.py
Class Name:
Method Name: locate_brightfield_ring


Project Name: enthought/chaco
Commit Name: a963f8be253a6bcaeeb536c3a165b612b4c17149
Time: 2008-07-17
Author: rkern@651a555e-23ca-0310-84fe-ca9f7c59d2ea
File Name: enthought/chaco2/scatter_inspector_overlay.py
Class Name: ScatterInspectorOverlay
Method Name: overlay