File tree Expand file tree Collapse file tree 7 files changed +7
-14
lines changed
examples/observers/registering_an_observer Expand file tree Collapse file tree 7 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1- """A simple example of how to log objective function calls.
2- """
1+ """A simple example of how to log objective function calls."""
32
43import numpy as np
54
Original file line number Diff line number Diff line change 1- """Core classes and utilities inside poli
2- """
1+ """Core classes and utilities inside poli"""
32
43# from .registry import get_problems
Original file line number Diff line number Diff line change 1- """This module contains utilities for registering problems and observers.
2- """
1+ """This module contains utilities for registering problems and observers."""
32
43import configparser
54import warnings
Original file line number Diff line number Diff line change 1- """This module contains utilities for creating run scripts for problems and observers.
2- """
1+ """This module contains utilities for creating run scripts for problems and observers."""
32
43import inspect
54import os
Original file line number Diff line number Diff line change 1- """Script that gets called by the mother process to start an external observer process.
2- """
1+ """Script that gets called by the mother process to start an external observer process."""
32
43import argparse
54import sys
Original file line number Diff line number Diff line change 1- """This module contains utilities for loading PDB files and parsing them.
2- """
1+ """This module contains utilities for loading PDB files and parsing them."""
32
43from pathlib import Path
54from typing import List
Original file line number Diff line number Diff line change 1- """All objective factories and black boxes inside poli.
2- """
1+ """All objective factories and black boxes inside poli."""
32
43from pathlib import Path
54
You can’t perform that action at this time.
0 commit comments