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

Add Common Optimization Methods #361

Merged
merged 19 commits into from
Apr 12, 2024
Merged

Commits on Jul 28, 2021

  1. Create SingleMetricOptimization class; add implementations for short …

    …bursts and variants as well as tilted runs.
    jenni-niels committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    ea7fe20 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Add Gingleator child class of SingleMetricOptimizer for finding incre…

    …ased number of Gingles' districts; add further documentation SingleMetricOptimizer class methods; delint optimization.py
    jenni-niels committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    1b25630 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Add more docs.

    jenni-niels committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    bdb2b01 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    9707760 View commit details
    Browse the repository at this point in the history
  2. Refactor SingleMetricOptimizer class to have generator function over …

    …partitions and to store rolling best partition/score as instance variables.
    jenni-niels committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    282559a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    49c3711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0043af4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f414214 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    568b157 View commit details
    Browse the repository at this point in the history
  2. Delint

    jenni-niels committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1cebba5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. minor typo fixes

    gabeschoenbach committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    24260a2 View commit details
    Browse the repository at this point in the history
  2. last few typo fixes

    gabeschoenbach committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0e17f4f View commit details
    Browse the repository at this point in the history
  3. one more typo

    gabeschoenbach committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ec935fe View commit details
    Browse the repository at this point in the history
  4. increase plt size

    gabeschoenbach committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    665d0ae View commit details
    Browse the repository at this point in the history
  5. clear up class summary docs; "privatize" all instance variables and e…

    …xpose `best_part`, `best_score`, and `score` as readonly properties. Add stubs for new cycling beta functions.
    jenni-niels committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3c2f40b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    e0b188f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    f1a233f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    9e35545 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. fix random module

    cdonnay committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f4725de View commit details
    Browse the repository at this point in the history