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

ModelFit #206

Closed
wants to merge 41 commits into from
Closed

ModelFit #206

wants to merge 41 commits into from

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    3f9a2db View commit details
    Browse the repository at this point in the history
  2. Ruff.

    misi9170 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ed20d56 View commit details
    Browse the repository at this point in the history
  3. precommit stuff.

    misi9170 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3b64957 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Add example notebook

    paulf81 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    02c4864 View commit details
    Browse the repository at this point in the history
  2. Add wide to long

    paulf81 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2714c2b View commit details
    Browse the repository at this point in the history
  3. Add test

    paulf81 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    49a0e58 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Update README.md engagement

    christiannvaughn authored and misi9170 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9416fe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ec977 View commit details
    Browse the repository at this point in the history
  3. Feature/add docstrings (NREL#197)

    paulf81 authored and misi9170 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2d749aa View commit details
    Browse the repository at this point in the history
  4. Update to 15 (NREL#202)

    paulf81 authored and misi9170 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    282ce47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03056f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13f2719 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    093281d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39dbb38 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add model_fit folder

    paulf81 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d30ea10 View commit details
    Browse the repository at this point in the history
  2. Initial model_fit class

    paulf81 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    880d1e2 View commit details
    Browse the repository at this point in the history
  3. Add model fit tests

    paulf81 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    74ad636 View commit details
    Browse the repository at this point in the history
  4. Add identity test

    paulf81 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f31de86 View commit details
    Browse the repository at this point in the history
  5. Include annotations

    paulf81 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    63287b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Temp point at FLORIS develop

    paulf81 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b5d98d9 View commit details
    Browse the repository at this point in the history
  2. Update model fit classes

    paulf81 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e63aab5 View commit details
    Browse the repository at this point in the history
  3. Add y

    paulf81 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bbd95ef View commit details
    Browse the repository at this point in the history
  4. Add run FLORIS

    paulf81 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bb6a7c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Fix call to uncertain model

    paulf81 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    04553fc View commit details
    Browse the repository at this point in the history
  2. Add generate data example

    paulf81 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e1e295d View commit details
    Browse the repository at this point in the history
  3. Add dataframe forming method

    paulf81 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3d4d0c6 View commit details
    Browse the repository at this point in the history
  4. Add initial cost evals

    paulf81 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bfe5e50 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fmodel to pfmodel

    paulf81 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b79a1d5 View commit details
    Browse the repository at this point in the history
  2. rename cost_function_handle

    paulf81 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    254211d View commit details
    Browse the repository at this point in the history
  3. not random FLORIS test

    paulf81 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    069f5bd View commit details
    Browse the repository at this point in the history
  4. empty list defaults

    paulf81 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    eca8d95 View commit details
    Browse the repository at this point in the history
  5. bugfix example

    paulf81 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0c86147 View commit details
    Browse the repository at this point in the history
  6. first cut on optimization

    paulf81 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f52cee4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    8e132c4 View commit details
    Browse the repository at this point in the history
  2. Add fmodel to cost_function

    paulf81 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d1478c3 View commit details
    Browse the repository at this point in the history
  3. formatting

    paulf81 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ce8cbf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4927c75 View commit details
    Browse the repository at this point in the history
  5. Dont need index at this level

    paulf81 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    34fe122 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Small edit

    paulf81 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    13dbc00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0a15ae View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. temp updates for uncertainty

    paulf81 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8b07567 View commit details
    Browse the repository at this point in the history