Coverage report: 77%

Files Functions Classes

coverage.py v7.12.0, created at 2025-11-24 08:49 +0000

File function   statements missing excluded   coverage
moptipy / __init__.py (no function)   3 0 0   100%
moptipy / algorithms / __init__.py (no function)   0 0 0   100%
moptipy / algorithms / luby_restarts.py luby   12 12 0   0%
moptipy / algorithms / luby_restarts.py __LubyAlgorithm.__init__   5 0 0   100%
moptipy / algorithms / luby_restarts.py __LubyAlgorithm.__str__   1 0 0   100%
moptipy / algorithms / luby_restarts.py __LubyAlgorithm.solve   23 7 0   70%
moptipy / algorithms / luby_restarts.py __LubyAlgorithm.solve.__als   1 1 0   0%
moptipy / algorithms / luby_restarts.py __LubyAlgorithm.log_parameters_to   5 0 0   100%
moptipy / algorithms / luby_restarts.py __LubyMOAlgorithm.solve_mo   23 23 0   0%
moptipy / algorithms / luby_restarts.py __LubyMOAlgorithm.solve_mo.__als   1 1 0   0%
moptipy / algorithms / luby_restarts.py __LubyMOAlgorithm.__str__   1 0 0   100%
moptipy / algorithms / luby_restarts.py luby_restarts   8 2 0   75%
moptipy / algorithms / luby_restarts.py (no function)   21 0 0   100%
moptipy / algorithms / mo / __init__.py (no function)   0 0 0   100%
moptipy / algorithms / mo / morls.py MORLS.solve_mo   18 0 0   100%
moptipy / algorithms / mo / morls.py MORLS.__init__   1 0 0   100%
moptipy / algorithms / mo / morls.py MORLS.initialize   1 0 0   100%
moptipy / algorithms / mo / morls.py (no function)   10 0 0   100%
moptipy / algorithms / mo / nsga2.py _NSGA2Record.__init__   5 0 0   100%
moptipy / algorithms / mo / nsga2.py _NSGA2Record.__lt__   3 0 0   100%
moptipy / algorithms / mo / nsga2.py _non_dominated_sorting   35 0 0   100%
moptipy / algorithms / mo / nsga2.py _crowding_distances   22 1 0   95%
moptipy / algorithms / mo / nsga2.py NSGA2.__init__   7 2 0   71%
moptipy / algorithms / mo / nsga2.py NSGA2.solve_mo   49 2 0   96%
moptipy / algorithms / mo / nsga2.py NSGA2.log_parameters_to   3 0 0   100%
moptipy / algorithms / mo / nsga2.py NSGA2.initialize   1 0 0   100%
moptipy / algorithms / mo / nsga2.py (no function)   22 0 0   100%
moptipy / algorithms / modules / __init__.py (no function)   0 0 0   100%
moptipy / algorithms / modules / selection.py FitnessRecord.__lt__   1 0 0   100%
moptipy / algorithms / modules / selection.py Selection.select   0 0 0   100%
moptipy / algorithms / modules / selection.py check_selection   5 2 0   60%
moptipy / algorithms / modules / selection.py (no function)   10 0 0   100%
moptipy / algorithms / modules / selections / __init__.py (no function)   0 0 0   100%
moptipy / algorithms / modules / selections / best.py Best.select   3 0 0   100%
moptipy / algorithms / modules / selections / best.py Best.__str__   1 0 0   100%
moptipy / algorithms / modules / selections / best.py (no function)   6 0 0   100%
moptipy / algorithms / modules / selections / fitness_proportionate_sus.py _make_cum_sum   16 16 0   0%
moptipy / algorithms / modules / selections / fitness_proportionate_sus.py FitnessProportionateSUS.__init__   7 2 0   71%
moptipy / algorithms / modules / selections / fitness_proportionate_sus.py FitnessProportionateSUS.select   19 2 0   89%
moptipy / algorithms / modules / selections / fitness_proportionate_sus.py FitnessProportionateSUS.__str__   1 0 0   100%
moptipy / algorithms / modules / selections / fitness_proportionate_sus.py FitnessProportionateSUS.log_parameters_to   2 0 0   100%
moptipy / algorithms / modules / selections / fitness_proportionate_sus.py (no function)   17 0 0   100%
moptipy / algorithms / modules / selections / random_without_repl.py RandomWithoutReplacement.select   12 0 0   100%
moptipy / algorithms / modules / selections / random_without_repl.py RandomWithoutReplacement.__str__   1 0 0   100%
moptipy / algorithms / modules / selections / random_without_repl.py (no function)   6 0 0   100%
moptipy / algorithms / modules / selections / tournament_with_repl.py TournamentWithReplacement.__init__   2 0 0   100%
moptipy / algorithms / modules / selections / tournament_with_repl.py TournamentWithReplacement.select   13 0 0   100%
moptipy / algorithms / modules / selections / tournament_with_repl.py TournamentWithReplacement.__str__   1 0 0   100%
moptipy / algorithms / modules / selections / tournament_with_repl.py TournamentWithReplacement.log_parameters_to   2 0 0   100%
moptipy / algorithms / modules / selections / tournament_with_repl.py (no function)   11 0 0   100%
moptipy / algorithms / modules / selections / tournament_without_repl.py TournamentWithoutReplacement.__init__   3 0 0   100%
moptipy / algorithms / modules / selections / tournament_without_repl.py TournamentWithoutReplacement.select   24 0 0   100%
moptipy / algorithms / modules / selections / tournament_without_repl.py TournamentWithoutReplacement.__str__   1 0 0   100%
moptipy / algorithms / modules / selections / tournament_without_repl.py TournamentWithoutReplacement.initialize   2 0 0   100%
moptipy / algorithms / modules / selections / tournament_without_repl.py TournamentWithoutReplacement.log_parameters_to   2 0 0   100%
moptipy / algorithms / modules / selections / tournament_without_repl.py (no function)   14 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py TemperatureSchedule.__init__   6 2 0   67%
moptipy / algorithms / modules / temperature_schedule.py TemperatureSchedule.temperature   0 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py TemperatureSchedule.log_parameters_to   2 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py ExponentialSchedule.__init__   9 3 0   67%
moptipy / algorithms / modules / temperature_schedule.py ExponentialSchedule.temperature   1 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py ExponentialSchedule.log_parameters_to   2 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py ExponentialSchedule.__str__   1 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py LogarithmicSchedule.__init__   6 2 0   67%
moptipy / algorithms / modules / temperature_schedule.py LogarithmicSchedule.temperature   1 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py LogarithmicSchedule.log_parameters_to   2 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py LogarithmicSchedule.__str__   1 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py ExponentialScheduleBasedOnBounds.__init__   50 12 0   76%
moptipy / algorithms / modules / temperature_schedule.py ExponentialScheduleBasedOnBounds.log_parameters_to   13 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py ExponentialScheduleBasedOnBounds.__str__   1 0 0   100%
moptipy / algorithms / modules / temperature_schedule.py (no function)   27 0 0   100%
moptipy / algorithms / random_sampling.py RandomSampling.solve   8 0 0   100%
moptipy / algorithms / random_sampling.py RandomSampling.__init__   1 0 0   100%
moptipy / algorithms / random_sampling.py (no function)   8 0 0   100%
moptipy / algorithms / random_walk.py RandomWalk.solve   12 0 0   100%
moptipy / algorithms / random_walk.py RandomWalk.__init__   1 0 0   100%
moptipy / algorithms / random_walk.py (no function)   8 0 0   100%
moptipy / algorithms / restarts.py __RestartAlgorithm.__init__   3 0 0   100%
moptipy / algorithms / restarts.py __RestartAlgorithm.__str__   1 0 0   100%
moptipy / algorithms / restarts.py __RestartAlgorithm.solve   6 0 0   100%
moptipy / algorithms / restarts.py __RestartAlgorithm.log_parameters_to   3 0 0   100%
moptipy / algorithms / restarts.py __RestartMOAlgorithm.solve_mo   6 6 0   0%
moptipy / algorithms / restarts.py __RestartMOAlgorithm.__str__   1 0 0   100%
moptipy / algorithms / restarts.py restarts   5 1 0   80%
moptipy / algorithms / restarts.py (no function)   17 0 0   100%
moptipy / algorithms / single_random_sample.py SingleRandomSample.solve   3 0 0   100%
moptipy / algorithms / single_random_sample.py SingleRandomSample.__init__   1 0 0   100%
moptipy / algorithms / single_random_sample.py (no function)   7 0 0   100%
moptipy / algorithms / so / __init__.py (no function)   0 0 0   100%
moptipy / algorithms / so / ea.py _int_0   1 0 0   100%
moptipy / algorithms / so / ea.py _float_0   1 0 0   100%
moptipy / algorithms / so / ea.py EA.solve   42 0 0   100%
moptipy / algorithms / so / ea.py EA.__init__   44 13 0   70%
moptipy / algorithms / so / ea.py EA.log_parameters_to   4 0 0   100%
moptipy / algorithms / so / ea.py (no function)   16 0 0   100%
moptipy / algorithms / so / ffa / __init__.py (no function)   0 0 0   100%
moptipy / algorithms / so / ffa / eafea.py EAFEA.__init__   4 1 0   75%
moptipy / algorithms / so / ffa / eafea.py EAFEA.solve   33 0 0   100%
moptipy / algorithms / so / ffa / eafea.py (no function)   11 0 0   100%
moptipy / algorithms / so / ffa / eafea_a.py EAFEAA.__init__   4 1 0   75%
moptipy / algorithms / so / ffa / eafea_a.py EAFEAA.solve   37 0 0   100%
moptipy / algorithms / so / ffa / eafea_a.py (no function)   11 0 0   100%
moptipy / algorithms / so / ffa / eafea_b.py EAFEAB.__init__   4 1 0   75%
moptipy / algorithms / so / ffa / eafea_b.py EAFEAB.solve   38 0 0   100%
moptipy / algorithms / so / ffa / eafea_b.py (no function)   11 0 0   100%
moptipy / algorithms / so / ffa / eafea_c.py EAFEAC.__init__   4 1 0   75%
moptipy / algorithms / so / ffa / eafea_c.py EAFEAC.solve   48 2 0   96%
moptipy / algorithms / so / ffa / eafea_c.py (no function)   11 0 0   100%
moptipy / algorithms / so / ffa / eafea_d.py EAFEAD.__init__   4 1 0   75%
moptipy / algorithms / so / ffa / eafea_d.py EAFEAD.solve   52 0 0   100%
moptipy / algorithms / so / ffa / eafea_d.py (no function)   12 0 0   100%
moptipy / algorithms / so / ffa / eafea_n.py EAFEAN.__init__   4 1 0   75%
moptipy / algorithms / so / ffa / eafea_n.py EAFEAN.solve   51 0 0   100%
moptipy / algorithms / so / ffa / eafea_n.py (no function)   11 0 0   100%
moptipy / algorithms / so / ffa / fea1plus1.py FEA1plus1.__init__   4 1 0   75%
moptipy / algorithms / so / ffa / fea1plus1.py FEA1plus1.solve   24 0 0   100%
moptipy / algorithms / so / ffa / fea1plus1.py (no function)   11 0 0   100%
moptipy / algorithms / so / ffa / ffa_fitness.py FFA.__init__   9 1 0   89%
moptipy / algorithms / so / ffa / ffa_fitness.py FFA.__str__   1 0 0   100%
moptipy / algorithms / so / ffa / ffa_fitness.py FFA.log_information_after_run   2 2 0   0%
moptipy / algorithms / so / ffa / ffa_fitness.py FFA.assign_fitness   20 0 0   100%
moptipy / algorithms / so / ffa / ffa_fitness.py FFA.log_parameters_to   3 0 0   100%
moptipy / algorithms / so / ffa / ffa_fitness.py FFA.initialize   3 0 0   100%
moptipy / algorithms / so / ffa / ffa_fitness.py (no function)   16 0 0   100%
moptipy / algorithms / so / ffa / ffa_h.py create_h   8 1 0   88%
moptipy / algorithms / so / ffa / ffa_h.py clear_h   5 1 0   80%
moptipy / algorithms / so / ffa / ffa_h.py h_to_str   28 3 0   89%
moptipy / algorithms / so / ffa / ffa_h.py log_h   4 1 0   75%
moptipy / algorithms / so / ffa / ffa_h.py (no function)   17 0 0   100%
moptipy / algorithms / so / ffa / ffa_hill_climber.py FHC.__init__   4 1 0   75%
moptipy / algorithms / so / ffa / ffa_hill_climber.py FHC.solve   24 2 0   92%
moptipy / algorithms / so / ffa / ffa_hill_climber.py (no function)   11 0 0   100%
moptipy / algorithms / so / ffa / safea_a.py SAFEAA.__init__   7 2 0   71%
moptipy / algorithms / so / ffa / safea_a.py SAFEAA.solve   41 0 0   100%
moptipy / algorithms / so / ffa / safea_a.py SAFEAA.log_parameters_to   3 0 0   100%
moptipy / algorithms / so / ffa / safea_a.py (no function)   15 0 0   100%
moptipy / algorithms / so / ffa / safea_b.py SAFEAB.__init__   7 2 0   71%
moptipy / algorithms / so / ffa / safea_b.py SAFEAB.solve   42 0 0   100%
moptipy / algorithms / so / ffa / safea_b.py SAFEAB.log_parameters_to   3 0 0   100%
moptipy / algorithms / so / ffa / safea_b.py (no function)   15 0 0   100%
moptipy / algorithms / so / ffa / safea_n.py SAFEAN.__init__   7 2 0   71%
moptipy / algorithms / so / ffa / safea_n.py SAFEAN.solve   55 2 0   96%
moptipy / algorithms / so / ffa / safea_n.py SAFEAN.log_parameters_to   3 0 0   100%
moptipy / algorithms / so / ffa / safea_n.py (no function)   15 0 0   100%
moptipy / algorithms / so / fitness.py FRecord.__init__   2 0 0   100%
moptipy / algorithms / so / fitness.py FRecord.__lt__   1 0 0   100%
moptipy / algorithms / so / fitness.py Fitness.assign_fitness   0 0 0   100%
moptipy / algorithms / so / fitness.py Fitness.log_information_after_run   0 0 0   100%
moptipy / algorithms / so / fitness.py check_fitness   5 2 0   60%
moptipy / algorithms / so / fitness.py (no function)   14 0 0   100%
moptipy / algorithms / so / fitnesses / __init__.py (no function)   0 0 0   100%
moptipy / algorithms / so / fitnesses / direct.py Direct.assign_fitness   2 0 0   100%
moptipy / algorithms / so / fitnesses / direct.py Direct.__str__   1 0 0   100%
moptipy / algorithms / so / fitnesses / direct.py (no function)   5 0 0   100%
moptipy / algorithms / so / fitnesses / rank.py Rank.assign_fitness   11 0 0   100%
moptipy / algorithms / so / fitnesses / rank.py Rank.__str__   1 0 0   100%
moptipy / algorithms / so / fitnesses / rank.py (no function)   6 0 0   100%
moptipy / algorithms / so / fitnesses / rank_and_iteration.py RankAndIteration.assign_fitness   17 0 0   100%
moptipy / algorithms / so / fitnesses / rank_and_iteration.py RankAndIteration.__str__   1 0 0   100%
moptipy / algorithms / so / fitnesses / rank_and_iteration.py (no function)   7 0 0   100%
moptipy / algorithms / so / general_ea.py _Record.__init__   2 0 0   100%
moptipy / algorithms / so / general_ea.py GeneralEA.solve   76 2 0   97%
moptipy / algorithms / so / general_ea.py GeneralEA.__init__   14 0 0   100%
moptipy / algorithms / so / general_ea.py GeneralEA.log_parameters_to   7 0 0   100%
moptipy / algorithms / so / general_ea.py GeneralEA.initialize   4 0 0   100%
moptipy / algorithms / so / general_ea.py (no function)   19 0 0   100%
moptipy / algorithms / so / general_ma.py GeneralMA.solve   81 2 0   98%
moptipy / algorithms / so / general_ma.py GeneralMA.__init__   14 0 0   100%
moptipy / algorithms / so / general_ma.py GeneralMA.log_parameters_to   7 0 0   100%
moptipy / algorithms / so / general_ma.py GeneralMA.initialize   4 0 0   100%
moptipy / algorithms / so / general_ma.py (no function)   21 0 0   100%
moptipy / algorithms / so / greedy_2plus1_ea_mod.py GreedyTwoPlusOneEAmod.solve   36 0 0   100%
moptipy / algorithms / so / greedy_2plus1_ea_mod.py GreedyTwoPlusOneEAmod.__init__   1 0 0   100%
moptipy / algorithms / so / greedy_2plus1_ea_mod.py (no function)   8 0 0   100%
moptipy / algorithms / so / hill_climber.py HillClimber.solve   14 0 0   100%
moptipy / algorithms / so / hill_climber.py HillClimber.__init__   1 0 0   100%
moptipy / algorithms / so / hill_climber.py (no function)   8 0 0   100%
moptipy / algorithms / so / hill_climber_with_restarts.py HillClimberWithRestarts.solve   21 0 0   100%
moptipy / algorithms / so / hill_climber_with_restarts.py HillClimberWithRestarts.__init__   2 0 0   100%
moptipy / algorithms / so / hill_climber_with_restarts.py HillClimberWithRestarts.log_parameters_to   2 0 0   100%
moptipy / algorithms / so / hill_climber_with_restarts.py (no function)   11 0 0   100%
moptipy / algorithms / so / ma.py MA.solve   46 0 0   100%
moptipy / algorithms / so / ma.py MA.__init__   10 2 0   80%
moptipy / algorithms / so / ma.py MA.log_parameters_to   8 0 0   100%
moptipy / algorithms / so / ma.py MA.initialize   3 0 0   100%
moptipy / algorithms / so / ma.py (no function)   17 0 0   100%
moptipy / algorithms / so / marls.py MARLS.solve   58 0 0   100%
moptipy / algorithms / so / marls.py MARLS.__init__   10 3 0   70%
moptipy / algorithms / so / marls.py MARLS.log_parameters_to   4 0 0   100%
moptipy / algorithms / so / marls.py (no function)   13 0 0   100%
moptipy / algorithms / so / ppa.py PPA.solve   49 0 0   100%
moptipy / algorithms / so / ppa.py PPA.__init__   13 3 0   77%
moptipy / algorithms / so / ppa.py PPA.log_parameters_to   4 0 0   100%
moptipy / algorithms / so / ppa.py (no function)   14 0 0   100%
moptipy / algorithms / so / record.py Record.__init__   3 0 0   100%
moptipy / algorithms / so / record.py Record.__lt__   3 0 0   100%
moptipy / algorithms / so / record.py (no function)   4 0 0   100%
moptipy / algorithms / so / rls.py RLS.solve   14 0 0   100%
moptipy / algorithms / so / rls.py RLS.__init__   1 0 0   100%
moptipy / algorithms / so / rls.py (no function)   8 0 0   100%
moptipy / algorithms / so / simulated_annealing.py SimulatedAnnealing.solve   18 0 0   100%
moptipy / algorithms / so / simulated_annealing.py SimulatedAnnealing.__init__   4 1 0   75%
moptipy / algorithms / so / simulated_annealing.py SimulatedAnnealing.log_parameters_to   3 0 0   100%
moptipy / algorithms / so / simulated_annealing.py SimulatedAnnealing.initialize   2 0 0   100%
moptipy / algorithms / so / simulated_annealing.py (no function)   14 0 0   100%
moptipy / algorithms / so / vector / __init__.py (no function)   0 0 0   100%
moptipy / algorithms / so / vector / cmaes_lib.py _run_cma   18 0 0   100%
moptipy / algorithms / so / vector / cmaes_lib.py CMAES.__init__   6 2 0   67%
moptipy / algorithms / so / vector / cmaes_lib.py CMAES.solve   8 0 0   100%
moptipy / algorithms / so / vector / cmaes_lib.py CMAES.log_parameters_to   2 0 0   100%
moptipy / algorithms / so / vector / cmaes_lib.py CMAES.__str__   1 0 0   100%
moptipy / algorithms / so / vector / cmaes_lib.py SepCMAES.solve   8 0 0   100%
moptipy / algorithms / so / vector / cmaes_lib.py SepCMAES.__str__   1 0 0   100%
moptipy / algorithms / so / vector / cmaes_lib.py BiPopCMAES.__init__   4 1 0   75%
moptipy / algorithms / so / vector / cmaes_lib.py BiPopCMAES.log_parameters_to   2 0 0   100%
moptipy / algorithms / so / vector / cmaes_lib.py BiPopCMAES.solve   40 6 0   85%
moptipy / algorithms / so / vector / cmaes_lib.py BiPopCMAES.__str__   1 0 0   100%
moptipy / algorithms / so / vector / cmaes_lib.py (no function)   24 0 0   100%
moptipy / algorithms / so / vector / pdfo.py __check_cannot_use_pdfo   9 4 0   56%
moptipy / algorithms / so / vector / pdfo.py BOBYQA.__init__   4 1 0   75%
moptipy / algorithms / so / vector / pdfo.py BOBYQA.__run   10 3 0   70%
moptipy / algorithms / so / vector / pdfo.py BOBYQA.solve   1 0 0   100%
moptipy / algorithms / so / vector / pdfo.py BOBYQA.log_parameters_to   2 0 0   100%
moptipy / algorithms / so / vector / pdfo.py (no function)   20 0 0   100%
moptipy / algorithms / so / vector / scipy.py SciPyAlgorithmWrapper.__init__   6 1 0   83%
moptipy / algorithms / so / vector / scipy.py SciPyAlgorithmWrapper._call   0 0 0   100%
moptipy / algorithms / so / vector / scipy.py SciPyAlgorithmWrapper.__run   3 0 0   100%
moptipy / algorithms / so / vector / scipy.py SciPyAlgorithmWrapper.solve   1 0 0   100%
moptipy / algorithms / so / vector / scipy.py SciPyAlgorithmWrapper.log_parameters_to   2 0 0   100%
moptipy / algorithms / so / vector / scipy.py _call_powell   1 0 0   100%
moptipy / algorithms / so / vector / scipy.py Powell.__init__   2 0 0   100%
moptipy / algorithms / so / vector / scipy.py _call_nelder_mead   1 0 0   100%
moptipy / algorithms / so / vector / scipy.py NelderMead.__init__   2 0 0   100%
moptipy / algorithms / so / vector / scipy.py _call_bgfs   1 0 0   100%
moptipy / algorithms / so / vector / scipy.py BGFS.__init__   2 0 0   100%
moptipy / algorithms / so / vector / scipy.py _call_cg   1 0 0   100%
moptipy / algorithms / so / vector / scipy.py CG.__init__   2 0 0   100%
moptipy / algorithms / so / vector / scipy.py _call_slsqp   1 0 0   100%
moptipy / algorithms / so / vector / scipy.py SLSQP.__init__   2 0 0   100%
moptipy / algorithms / so / vector / scipy.py _call_tnc   1 0 0   100%
moptipy / algorithms / so / vector / scipy.py TNC.__init__   2 0 0   100%
moptipy / algorithms / so / vector / scipy.py DE.__init__   5 1 0   80%
moptipy / algorithms / so / vector / scipy.py DE.__run   2 0 0   100%
moptipy / algorithms / so / vector / scipy.py DE.solve   1 0 0   100%
moptipy / algorithms / so / vector / scipy.py DE.log_parameters_to   3 0 0   100%
moptipy / algorithms / so / vector / scipy.py DE.__str__   1 0 0   100%
moptipy / algorithms / so / vector / scipy.py (no function)   45 0 0   100%
moptipy / algorithms / so / vector / surrogate / __init__.py (no function)   0 0 0   100%
moptipy / algorithms / so / vector / surrogate / _processes.py _Surrogate.__init__   24 0 0   100%
moptipy / algorithms / so / vector / surrogate / _processes.py _Surrogate.should_terminate   1 0 0   100%
moptipy / algorithms / so / vector / surrogate / _processes.py _Surrogate.terminate   1 0 0   100%
moptipy / algorithms / so / vector / surrogate / _processes.py _Surrogate.register   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py _Surrogate.get_consumed_fes   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py _Surrogate.get_last_improvement_fe   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py _Surrogate.get_max_fes   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py _Surrogate.__str__   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateApply.__init__   3 0 0   100%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateApply.has_best   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateApply.get_best_f   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateApply.get_copy_of_best_x   1 0 0   100%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateApply.evaluate   11 1 0   91%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateWarmup.__init__   7 0 0   100%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateWarmup.evaluate   8 0 0   100%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateWarmup.lower_bound   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateWarmup.upper_bound   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py _SurrogateWarmup.__str__   1 1 0   0%
moptipy / algorithms / so / vector / surrogate / _processes.py (no function)   26 0 0   100%
moptipy / algorithms / so / vector / surrogate / rbf_interpolation.py RBFInterpolation.__init__   20 3 0   85%
moptipy / algorithms / so / vector / surrogate / rbf_interpolation.py RBFInterpolation.__str__   1 0 0   100%
moptipy / algorithms / so / vector / surrogate / rbf_interpolation.py RBFInterpolation.log_parameters_to   9 0 0   100%
moptipy / algorithms / so / vector / surrogate / rbf_interpolation.py RBFInterpolation.solve   49 1 0   98%
moptipy / algorithms / so / vector / surrogate / rbf_interpolation.py (no function)   19 0 0   100%
moptipy / api / __init__.py (no function)   0 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS.__init__   15 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS._after_init   2 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS.check_in   30 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS.f_evaluate   21 3 0   86%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS.evaluate   1 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS.register   1 1 0   0%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS.get_archive   1 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS.get_copy_of_best_fs   3 1 0   67%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS._log_own_parameters   3 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS.log_parameters_to   3 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS._log_best   3 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS._log_and_check_archive_entry   13 3 0   77%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS._write_log   14 0 0   100%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS._write_mo_log   23 3 0   87%
moptipy / api / _mo_process_no_ss.py _MOProcessNoSS.__str__   1 0 0   100%
moptipy / api / _mo_process_no_ss.py (no function)   31 0 0   100%
moptipy / api / _mo_process_no_ss_log.py _MOProcessNoSSLog.__init__   8 2 0   75%
moptipy / api / _mo_process_no_ss_log.py _MOProcessNoSSLog.f_evaluate   28 3 0   89%
moptipy / api / _mo_process_no_ss_log.py _MOProcessNoSSLog._check_timing   2 0 0   100%
moptipy / api / _mo_process_no_ss_log.py _MOProcessNoSSLog._write_log   3 0 0   100%
moptipy / api / _mo_process_no_ss_log.py _MOProcessNoSSLog.__str__   1 0 0   100%
moptipy / api / _mo_process_no_ss_log.py (no function)   18 0 0   100%
moptipy / api / _mo_process_ss.py _MOProcessSS.__init__   14 0 0   100%
moptipy / api / _mo_process_ss.py _MOProcessSS.f_evaluate   25 3 0   88%
moptipy / api / _mo_process_ss.py _MOProcessSS.get_copy_of_best_x   3 1 0   67%
moptipy / api / _mo_process_ss.py _MOProcessSS.get_copy_of_best_y   3 1 0   67%
moptipy / api / _mo_process_ss.py _MOProcessSS.log_parameters_to   5 0 0   100%
moptipy / api / _mo_process_ss.py _MOProcessSS._write_result   3 0 0   100%
moptipy / api / _mo_process_ss.py _MOProcessSS._validate_x   1 0 0   100%
moptipy / api / _mo_process_ss.py _MOProcessSS._log_and_check_archive_entry   18 3 0   83%
moptipy / api / _mo_process_ss.py _MOProcessSS.__str__   1 0 0   100%
moptipy / api / _mo_process_ss.py (no function)   25 0 0   100%
moptipy / api / _mo_process_ss_log.py _MOProcessSSLog.__init__   8 2 0   75%
moptipy / api / _mo_process_ss_log.py _MOProcessSSLog.f_evaluate   32 3 0   91%
moptipy / api / _mo_process_ss_log.py _MOProcessSSLog._check_timing   2 0 0   100%
moptipy / api / _mo_process_ss_log.py _MOProcessSSLog._write_log   3 0 0   100%
moptipy / api / _mo_process_ss_log.py _MOProcessSSLog.__str__   1 0 0   100%
moptipy / api / _mo_process_ss_log.py (no function)   19 0 0   100%
moptipy / api / _process_base.py _error_1   25 3 0   88%
moptipy / api / _process_base.py _error_2   1 0 0   100%
moptipy / api / _process_base.py _ns_to_ms   1 0 0   100%
moptipy / api / _process_base.py _ProcessBase.__init__   43 1 0   98%
moptipy / api / _process_base.py _ProcessBase._after_init   2 0 0   100%
moptipy / api / _process_base.py _ProcessBase.get_log_basename   6 0 0   100%
moptipy / api / _process_base.py _ProcessBase.get_random   1 0 0   100%
moptipy / api / _process_base.py _ProcessBase.should_terminate   4 0 0   100%
moptipy / api / _process_base.py _ProcessBase.get_consumed_fes   1 0 0   100%
moptipy / api / _process_base.py _ProcessBase.get_consumed_time_millis   5 1 0   80%
moptipy / api / _process_base.py _ProcessBase.get_max_time_millis   1 0 0   100%
moptipy / api / _process_base.py _ProcessBase.get_max_fes   1 0 0   100%
moptipy / api / _process_base.py _ProcessBase.get_last_improvement_fe   3 1 0   67%
moptipy / api / _process_base.py _ProcessBase.get_last_improvement_time_millis   3 1 0   67%
moptipy / api / _process_base.py _ProcessBase.has_best   1 0 0   100%
moptipy / api / _process_base.py _ProcessBase.get_best_f   3 1 0   67%
moptipy / api / _process_base.py _ProcessBase.get_copy_of_best_x   3 1 0   67%
moptipy / api / _process_base.py _ProcessBase.terminate   9 0 0   100%
moptipy / api / _process_base.py _ProcessBase.get_copy_of_best_y   1 0 0   100%
moptipy / api / _process_base.py _ProcessBase._log_own_parameters   10 0 0   100%
moptipy / api / _process_base.py _ProcessBase.log_parameters_to   8 0 0   100%
moptipy / api / _process_base.py _ProcessBase.add_log_section   21 8 0   62%
moptipy / api / _process_base.py _ProcessBase._log_best   3 0 0   100%
moptipy / api / _process_base.py _ProcessBase._write_result   2 0 0   100%
moptipy / api / _process_base.py _ProcessBase._write_log   10 0 0   100%
moptipy / api / _process_base.py _ProcessBase._validate_x   0 0 0   100%
moptipy / api / _process_base.py _ProcessBase._check_timing   8 3 0   62%
moptipy / api / _process_base.py _ProcessBase._validate_best_f   9 3 0   67%
moptipy / api / _process_base.py _ProcessBase.has_log   1 0 0   100%
moptipy / api / _process_base.py _ProcessBase.__exit__   61 18 0   70%
moptipy / api / _process_base.py _ProcessBase.__str__   1 1 0   0%
moptipy / api / _process_base.py _check_log_time   15 4 0   73%
moptipy / api / _process_base.py (no function)   51 0 0   100%
moptipy / api / _process_no_ss.py _ProcessNoSS.evaluate   17 1 0   94%
moptipy / api / _process_no_ss.py _ProcessNoSS.register   15 3 0   80%
moptipy / api / _process_no_ss.py _ProcessNoSS.__str__   1 0 0   100%
moptipy / api / _process_no_ss.py _write_log   4 0 0   100%
moptipy / api / _process_no_ss.py (no function)   9 0 0   100%
moptipy / api / _process_no_ss_log.py _ProcessNoSSLog.__init__   8 2 0   75%
moptipy / api / _process_no_ss_log.py _ProcessNoSSLog.evaluate   24 3 0   88%
moptipy / api / _process_no_ss_log.py _ProcessNoSSLog.register   22 4 0   82%
moptipy / api / _process_no_ss_log.py _ProcessNoSSLog._check_timing   2 0 0   100%
moptipy / api / _process_no_ss_log.py _ProcessNoSSLog._write_log   3 0 0   100%
moptipy / api / _process_no_ss_log.py _ProcessNoSSLog.__str__   1 0 0   100%
moptipy / api / _process_no_ss_log.py (no function)   16 0 0   100%
moptipy / api / _process_ss.py _ProcessSS.__init__   13 0 0   100%
moptipy / api / _process_ss.py _ProcessSS.evaluate   21 1 0   95%
moptipy / api / _process_ss.py _ProcessSS.register   19 3 0   84%
moptipy / api / _process_ss.py _ProcessSS.get_copy_of_best_x   3 1 0   67%
moptipy / api / _process_ss.py _ProcessSS.get_copy_of_best_y   3 1 0   67%
moptipy / api / _process_ss.py _ProcessSS.log_parameters_to   5 0 0   100%
moptipy / api / _process_ss.py _ProcessSS._write_result   3 0 0   100%
moptipy / api / _process_ss.py _ProcessSS._validate_x   1 0 0   100%
moptipy / api / _process_ss.py _ProcessSS.__str__   1 0 0   100%
moptipy / api / _process_ss.py (no function)   20 0 0   100%
moptipy / api / _process_ss_log.py _ProcessSSLog.__init__   8 2 0   75%
moptipy / api / _process_ss_log.py _ProcessSSLog.evaluate   28 3 0   89%
moptipy / api / _process_ss_log.py _ProcessSSLog.register   26 3 0   88%
moptipy / api / _process_ss_log.py _ProcessSSLog._check_timing   2 0 0   100%
moptipy / api / _process_ss_log.py _ProcessSSLog._write_log   3 0 0   100%
moptipy / api / _process_ss_log.py _ProcessSSLog.__str__   1 0 0   100%
moptipy / api / _process_ss_log.py (no function)   18 0 0   100%
moptipy / api / algorithm.py Algorithm.solve   0 0 0   100%
moptipy / api / algorithm.py Algorithm0.__init__   6 2 0   67%
moptipy / api / algorithm.py Algorithm0.__str__   1 0 0   100%
moptipy / api / algorithm.py Algorithm0.initialize   2 0 0   100%
moptipy / api / algorithm.py Algorithm0.log_parameters_to   3 0 0   100%
moptipy / api / algorithm.py Algorithm1.__init__   2 0 0   100%
moptipy / api / algorithm.py Algorithm1.initialize   2 0 0   100%
moptipy / api / algorithm.py Algorithm1.log_parameters_to   3 0 0   100%
moptipy / api / algorithm.py Algorithm2.__init__   2 0 0   100%
moptipy / api / algorithm.py Algorithm2.initialize   2 0 0   100%
moptipy / api / algorithm.py Algorithm2.log_parameters_to   3 0 0   100%
moptipy / api / algorithm.py check_algorithm   3 0 0   100%
moptipy / api / algorithm.py (no function)   24 0 0   100%
moptipy / api / component.py Component.__repr__   1 0 0   100%
moptipy / api / component.py Component.__str__   5 1 0   80%
moptipy / api / component.py Component.initialize   0 0 0   100%
moptipy / api / component.py Component.log_parameters_to   2 0 0   100%
moptipy / api / component.py (no function)   9 0 0   100%
moptipy / api / encoding.py Encoding.decode   0 0 0   100%
moptipy / api / encoding.py check_encoding   5 0 0   100%
moptipy / api / encoding.py (no function)   6 0 0   100%
moptipy / api / execution.py _check_log_file   3 0 0   100%
moptipy / api / execution.py Execution.__init__   13 0 0   100%
moptipy / api / execution.py Execution.set_algorithm   2 0 0   100%
moptipy / api / execution.py Execution.set_solution_space   2 0 0   100%
moptipy / api / execution.py Execution.set_objective   4 1 0   75%
moptipy / api / execution.py Execution.set_search_space   2 0 0   100%
moptipy / api / execution.py Execution.set_encoding   2 0 0   100%
moptipy / api / execution.py Execution.set_rand_seed   2 0 0   100%
moptipy / api / execution.py Execution.set_max_fes   5 1 0   80%
moptipy / api / execution.py Execution.set_max_time_millis   5 1 0   80%
moptipy / api / execution.py Execution.set_goal_f   5 1 0   80%
moptipy / api / execution.py Execution.set_log_file   2 0 0   100%
moptipy / api / execution.py Execution.set_log_improvements   4 1 0   75%
moptipy / api / execution.py Execution.set_log_all_fes   4 1 0   75%
moptipy / api / execution.py Execution.execute   38 2 0   95%
moptipy / api / execution.py (no function)   31 0 0   100%
moptipy / api / experiment.py __run_experiment   57 2 0   96%
moptipy / api / experiment.py __no_complete   0 0 0   100%
moptipy / api / experiment.py run_experiment   42 11 0   74%
moptipy / api / experiment.py (no function)   19 0 0   100%
moptipy / api / logging.py (no function)   85 0 0   100%
moptipy / api / mo_algorithm.py MOAlgorithm.solve   3 1 0   67%
moptipy / api / mo_algorithm.py MOAlgorithm.solve_mo   0 0 0   100%
moptipy / api / mo_algorithm.py (no function)   8 0 0   100%
moptipy / api / mo_archive.py MORecord.__init__   6 2 0   67%
moptipy / api / mo_archive.py MORecord.__lt__   1 0 0   100%
moptipy / api / mo_archive.py MORecord.__str__   1 0 0   100%
moptipy / api / mo_archive.py MOArchivePruner.prune   5 0 0   100%
moptipy / api / mo_archive.py MOArchivePruner.__str__   1 0 0   100%
moptipy / api / mo_archive.py check_mo_archive_pruner   3 0 0   100%
moptipy / api / mo_archive.py (no function)   14 0 0   100%
moptipy / api / mo_execution.py MOExecution.__init__   4 0 0   100%
moptipy / api / mo_execution.py MOExecution.set_archive_max_size   5 1 0   80%
moptipy / api / mo_execution.py MOExecution.set_archive_pruning_limit   5 1 0   80%
moptipy / api / mo_execution.py MOExecution.set_archive_pruner   2 0 0   100%
moptipy / api / mo_execution.py MOExecution.set_objective   5 1 0   80%
moptipy / api / mo_execution.py MOExecution.execute   42 4 0   90%
moptipy / api / mo_execution.py (no function)   25 0 0   100%
moptipy / api / mo_problem.py MOProblem.f_create   1 1 0   0%
moptipy / api / mo_problem.py MOProblem.f_dtype   0 0 0   100%
moptipy / api / mo_problem.py MOProblem.f_dimension   0 0 0   100%
moptipy / api / mo_problem.py MOProblem.f_validate   11 4 0   64%
moptipy / api / mo_problem.py MOProblem.f_evaluate   0 0 0   100%
moptipy / api / mo_problem.py MOProblem.f_dominates   1 0 0   100%
moptipy / api / mo_problem.py MOProblem.evaluate   1 1 0   0%
moptipy / api / mo_problem.py MOProblem.__str__   1 0 0   100%
moptipy / api / mo_problem.py check_mo_problem   3 0 0   100%
moptipy / api / mo_problem.py MOSOProblemBridge.__init__   20 3 0   85%
moptipy / api / mo_problem.py MOSOProblemBridge.initialize   2 0 0   100%
moptipy / api / mo_problem.py MOSOProblemBridge.f_evaluate   3 0 0   100%
moptipy / api / mo_problem.py MOSOProblemBridge.f_dtype   1 0 0   100%
moptipy / api / mo_problem.py MOSOProblemBridge.f_validate   8 3 0   62%
moptipy / api / mo_problem.py MOSOProblemBridge.log_parameters_to   5 0 0   100%
moptipy / api / mo_problem.py (no function)   25 0 0   100%
moptipy / api / mo_process.py MOProcess.register   1 1 0   0%
moptipy / api / mo_process.py MOProcess.get_archive   0 0 0   100%
moptipy / api / mo_process.py MOProcess.check_in   0 0 0   100%
moptipy / api / mo_process.py MOProcess.check_in_all   3 0 0   100%
moptipy / api / mo_process.py MOProcess.get_copy_of_best_fs   0 0 0   100%
moptipy / api / mo_process.py MOProcess.__str__   1 1 0   0%
moptipy / api / mo_process.py MOProcess.__enter__   1 0 0   100%
moptipy / api / mo_process.py (no function)   13 0 0   100%
moptipy / api / mo_utils.py dominates   14 14 0   0%
moptipy / api / mo_utils.py lexicographic   7 7 0   0%
moptipy / api / mo_utils.py (no function)   6 0 0   100%
moptipy / api / objective.py Objective.evaluate   0 0 0   100%
moptipy / api / objective.py Objective.lower_bound   1 0 0   100%
moptipy / api / objective.py Objective.upper_bound   1 0 0   100%
moptipy / api / objective.py Objective.is_always_integer   1 0 0   100%
moptipy / api / objective.py Objective.log_parameters_to   7 0 0   100%
moptipy / api / objective.py check_objective   3 0 0   100%
moptipy / api / objective.py (no function)   13 0 0   100%
moptipy / api / operators.py Op0.op0   1 1 0   0%
moptipy / api / operators.py check_op0   3 0 0   100%
moptipy / api / operators.py Op1.op1   1 1 0   0%
moptipy / api / operators.py check_op1   3 0 0   100%
moptipy / api / operators.py Op2.op2   1 1 0   0%
moptipy / api / operators.py check_op2   3 0 0   100%
moptipy / api / operators.py Op1WithStepSize.op1   1 1 0   0%
moptipy / api / operators.py check_op1_with_step_size   3 0 0   100%
moptipy / api / operators.py (no function)   16 0 0   100%
moptipy / api / process.py Process.get_random   0 0 0   100%
moptipy / api / process.py Process.should_terminate   0 0 0   100%
moptipy / api / process.py Process.evaluate   0 0 0   100%
moptipy / api / process.py Process.register   0 0 0   100%
moptipy / api / process.py Process.get_consumed_fes   0 0 0   100%
moptipy / api / process.py Process.get_consumed_time_millis   0 0 0   100%
moptipy / api / process.py Process.get_max_fes   0 0 0   100%
moptipy / api / process.py Process.get_max_time_millis   0 0 0   100%
moptipy / api / process.py Process.has_best   0 0 0   100%
moptipy / api / process.py Process.get_best_f   0 0 0   100%
moptipy / api / process.py Process.get_copy_of_best_x   0 0 0   100%
moptipy / api / process.py Process.get_copy_of_best_y   0 0 0   100%
moptipy / api / process.py Process.get_last_improvement_fe   0 0 0   100%
moptipy / api / process.py Process.get_last_improvement_time_millis   0 0 0   100%
moptipy / api / process.py Process.__str__   1 1 0   0%
moptipy / api / process.py Process.terminate   0 0 0   100%
moptipy / api / process.py Process.has_log   0 0 0   100%
moptipy / api / process.py Process.add_log_section   0 0 0   100%
moptipy / api / process.py Process.get_log_basename   1 1 0   0%
moptipy / api / process.py Process.initialize   1 1 0   0%
moptipy / api / process.py Process.__enter__   1 0 0   100%
moptipy / api / process.py Process.__exit__   2 0 0   100%
moptipy / api / process.py check_max_fes   5 1 0   80%
moptipy / api / process.py check_max_time_millis   5 1 0   80%
moptipy / api / process.py check_goal_f   9 3 0   67%
moptipy / api / process.py (no function)   32 0 0   100%
moptipy / api / space.py Space.create   0 0 0   100%
moptipy / api / space.py Space.copy   0 0 0   100%
moptipy / api / space.py Space.to_str   0 0 0   100%
moptipy / api / space.py Space.from_str   0 0 0   100%
moptipy / api / space.py Space.is_equal   0 0 0   100%
moptipy / api / space.py Space.validate   0 0 0   100%
moptipy / api / space.py Space.n_points   1 1 0   0%
moptipy / api / space.py check_space   5 0 0   100%
moptipy / api / space.py (no function)   12 0 0   100%
moptipy / api / subprocesses.py __ForFEs.__init__   33 1 0   97%
moptipy / api / subprocesses.py __ForFEs.should_terminate   1 0 0   100%
moptipy / api / subprocesses.py __ForFEs.terminate   1 0 0   100%
moptipy / api / subprocesses.py __ForFEs.evaluate   6 0 0   100%
moptipy / api / subprocesses.py __ForFEs.register   5 0 0   100%
moptipy / api / subprocesses.py __ForFEs.get_consumed_fes   1 0 0   100%
moptipy / api / subprocesses.py __ForFEs.get_last_improvement_fe   1 1 0   0%
moptipy / api / subprocesses.py __ForFEs.get_max_fes   1 0 0   100%
moptipy / api / subprocesses.py __ForFEs.__str__   1 0 0   100%
moptipy / api / subprocesses.py __ForFEsMO.__init__   41 1 0   98%
moptipy / api / subprocesses.py __ForFEsMO.should_terminate   1 0 0   100%
moptipy / api / subprocesses.py __ForFEsMO.terminate   1 0 0   100%
moptipy / api / subprocesses.py __ForFEsMO.evaluate   6 1 0   83%
moptipy / api / subprocesses.py __ForFEsMO.register   5 5 0   0%
moptipy / api / subprocesses.py __ForFEsMO.f_evaluate   6 0 0   100%
moptipy / api / subprocesses.py __ForFEsMO.get_consumed_fes   1 0 0   100%
moptipy / api / subprocesses.py __ForFEsMO.get_last_improvement_fe   1 1 0   0%
moptipy / api / subprocesses.py __ForFEsMO.get_max_fes   1 0 0   100%
moptipy / api / subprocesses.py __ForFEsMO.__str__   1 0 0   100%
moptipy / api / subprocesses.py for_fes   2 0 0   100%
moptipy / api / subprocesses.py __FromStartingPoint.__init__   36 1 0   97%
moptipy / api / subprocesses.py __FromStartingPoint.has_best   1 0 0   100%
moptipy / api / subprocesses.py __FromStartingPoint.get_copy_of_best_x   1 0 0   100%
moptipy / api / subprocesses.py __FromStartingPoint.get_best_f   1 0 0   100%
moptipy / api / subprocesses.py __FromStartingPoint.evaluate   12 0 0   100%
moptipy / api / subprocesses.py __FromStartingPoint.register   11 11 0   0%
moptipy / api / subprocesses.py __FromStartingPoint.get_consumed_fes   1 0 0   100%
moptipy / api / subprocesses.py __FromStartingPoint.get_last_improvement_fe   1 1 0   0%
moptipy / api / subprocesses.py __FromStartingPoint.get_max_fes   1 1 0   0%
moptipy / api / subprocesses.py __FromStartingPoint.__str__   1 0 0   100%
moptipy / api / subprocesses.py from_starting_point   1 0 0   100%
moptipy / api / subprocesses.py __WithoutShouldTerminate.__init__   34 1 0   97%
moptipy / api / subprocesses.py __WithoutShouldTerminate.evaluate   3 0 0   100%
moptipy / api / subprocesses.py __WithoutShouldTerminate.register   3 3 0   0%
moptipy / api / subprocesses.py __WithoutShouldTerminate.__str__   1 0 0   100%
moptipy / api / subprocesses.py __WithoutShouldTerminate.__exit__   1 0 0   100%
moptipy / api / subprocesses.py __WithoutShouldTerminateMO.__init__   42 1 0   98%
moptipy / api / subprocesses.py __WithoutShouldTerminateMO.evaluate   3 0 0   100%
moptipy / api / subprocesses.py __WithoutShouldTerminateMO.register   3 3 0   0%
moptipy / api / subprocesses.py __WithoutShouldTerminateMO.f_evaluate   3 1 0   67%
moptipy / api / subprocesses.py __WithoutShouldTerminateMO.__str__   1 0 0   100%
moptipy / api / subprocesses.py __WithoutShouldTerminateMO.__exit__   1 0 0   100%
moptipy / api / subprocesses.py get_remaining_fes   4 0 0   100%
moptipy / api / subprocesses.py without_should_terminate   2 0 0   100%
moptipy / api / subprocesses.py (no function)   57 0 0   100%
moptipy / evaluation / __init__.py __lang_setup   8 0 0   100%
moptipy / evaluation / __init__.py (no function)   3 0 0   100%
moptipy / evaluation / _utils.py _check_max_time_millis   6 2 0   67%
moptipy / evaluation / _utils.py _get_goal_reach_index   4 4 0   0%
moptipy / evaluation / _utils.py (no function)   6 0 0   100%
moptipy / evaluation / axis_ranger.py AxisRanger.__init__   37 13 0   65%
moptipy / evaluation / axis_ranger.py AxisRanger.register_array   6 0 0   100%
moptipy / evaluation / axis_ranger.py AxisRanger.register_value   7 0 0   100%
moptipy / evaluation / axis_ranger.py AxisRanger.pad_detected_range   46 25 0   46%
moptipy / evaluation / axis_ranger.py AxisRanger.apply   45 10 0   78%
moptipy / evaluation / axis_ranger.py AxisRanger.get_pinf_replacement   6 1 0   83%
moptipy / evaluation / axis_ranger.py AxisRanger.get_0_replacement   6 2 0   67%
moptipy / evaluation / axis_ranger.py AxisRanger.for_axis   64 33 0   48%
moptipy / evaluation / axis_ranger.py AxisRanger.for_axis_func   2 2 0   0%
moptipy / evaluation / axis_ranger.py AxisRanger.for_axis_func.__func   1 1 0   0%
moptipy / evaluation / axis_ranger.py (no function)   22 0 0   100%
moptipy / evaluation / base.py check_time_unit   5 0 0   100%
moptipy / evaluation / base.py check_f_name   5 0 0   100%
moptipy / evaluation / base.py _set_name   12 0 0   100%
moptipy / evaluation / base.py EvaluationDataElement._tuple   1 0 0   100%
moptipy / evaluation / base.py EvaluationDataElement.__hash__   1 1 0   0%
moptipy / evaluation / base.py EvaluationDataElement.__eq__   3 0 0   100%
moptipy / evaluation / base.py EvaluationDataElement.__ne__   3 0 0   100%
moptipy / evaluation / base.py EvaluationDataElement.__lt__   3 0 0   100%
moptipy / evaluation / base.py EvaluationDataElement.__le__   3 0 0   100%
moptipy / evaluation / base.py EvaluationDataElement.__gt__   3 0 0   100%
moptipy / evaluation / base.py EvaluationDataElement.__ge__   3 0 0   100%
moptipy / evaluation / base.py PerRunData.__init__   5 0 0   100%
moptipy / evaluation / base.py PerRunData._tuple   1 0 0   100%
moptipy / evaluation / base.py PerRunData.path_to_file   1 0 0   100%
moptipy / evaluation / base.py MultiRunData.__init__   5 0 0   100%
moptipy / evaluation / base.py MultiRunData._tuple   1 0 0   100%
moptipy / evaluation / base.py MultiRun2DData.__init__   3 0 0   100%
moptipy / evaluation / base.py MultiRun2DData._tuple   1 0 0   100%
moptipy / evaluation / base.py get_instance   1 0 0   100%
moptipy / evaluation / base.py get_algorithm   1 0 0   100%
moptipy / evaluation / base.py sort_key   1 0 0   100%
moptipy / evaluation / base.py motipy_footer_bottom_comments   4 0 0   100%
moptipy / evaluation / base.py (no function)   61 0 0   100%
moptipy / evaluation / ecdf.py Ecdf.__init__   29 10 0   66%
moptipy / evaluation / ecdf.py Ecdf.time_label   1 0 0   100%
moptipy / evaluation / ecdf.py Ecdf._time_key   1 1 0   0%
moptipy / evaluation / ecdf.py Ecdf._tuple   1 0 0   100%
moptipy / evaluation / ecdf.py Ecdf._compute_times   7 0 0   100%
moptipy / evaluation / ecdf.py Ecdf._get_div   2 0 0   100%
moptipy / evaluation / ecdf.py Ecdf._create   89 20 0   78%
moptipy / evaluation / ecdf.py Ecdf._from_progresses   29 7 0   76%
moptipy / evaluation / ecdf.py create   1 1 0   0%
moptipy / evaluation / ecdf.py from_progresses   1 0 0   100%
moptipy / evaluation / ecdf.py get_goal   1 0 0   100%
moptipy / evaluation / ecdf.py goal_to_str   1 0 0   100%
moptipy / evaluation / ecdf.py to_csv   28 28 0   0%
moptipy / evaluation / ecdf.py (no function)   40 0 0   100%
moptipy / evaluation / end_results.py EndResult.__init__   16 0 0   100%
moptipy / evaluation / end_results.py EndResult._tuple   1 0 0   100%
moptipy / evaluation / end_results.py EndResult.success   1 1 0   0%
moptipy / evaluation / end_results.py EndResult.get_best_f   3 1 0   67%
moptipy / evaluation / end_results.py EndResult.get_last_improvement_fe   3 1 0   67%
moptipy / evaluation / end_results.py EndResult.get_last_improvement_time_millis   3 3 0   0%
moptipy / evaluation / end_results.py EndResult.get_total_fes   3 3 0   0%
moptipy / evaluation / end_results.py EndResult.get_total_time_millis   3 3 0   0%
moptipy / evaluation / end_results.py EndResult.get_goal_f   3 1 0   67%
moptipy / evaluation / end_results.py EndResult.get_max_fes   3 3 0   0%
moptipy / evaluation / end_results.py EndResult.get_max_time_millis   3 3 0   0%
moptipy / evaluation / end_results.py EndResult.get_normalized_best_f   4 4 0   0%
moptipy / evaluation / end_results.py EndResult.get_scaled_best_f   4 1 0   75%
moptipy / evaluation / end_results.py EndResult.get_fes_per_time_milli   1 1 0   0%
moptipy / evaluation / end_results.py getter   4 1 0   75%
moptipy / evaluation / end_results.py to_csv   7 0 0   100%
moptipy / evaluation / end_results.py from_csv   7 0 0   100%
moptipy / evaluation / end_results.py CsvWriter.__init__   32 3 0   91%
moptipy / evaluation / end_results.py CsvWriter.get_column_titles   12 0 0   100%
moptipy / evaluation / end_results.py CsvWriter.get_row   17 0 0   100%
moptipy / evaluation / end_results.py CsvWriter.get_header_comments   1 0 0   100%
moptipy / evaluation / end_results.py CsvWriter.get_footer_comments   23 1 0   96%
moptipy / evaluation / end_results.py CsvWriter.get_footer_bottom_comments   2 0 0   100%
moptipy / evaluation / end_results.py CsvReader.__init__   14 0 0   100%
moptipy / evaluation / end_results.py CsvReader.parse_row   1 0 0   100%
moptipy / evaluation / end_results.py EndResultLogParser._parse_file   2 0 0   100%
moptipy / evaluation / end_results.py _join_goals   5 1 0   80%
moptipy / evaluation / end_results.py __EndResultProgressLogParser.__init__   17 0 0   100%
moptipy / evaluation / end_results.py __EndResultProgressLogParser._parse_file   14 2 0   86%
moptipy / evaluation / end_results.py __EndResultProgressLogParser._end_parse_file   13 0 0   100%
moptipy / evaluation / end_results.py __EndResultProgressLogParser._start_parse_file   18 6 0   67%
moptipy / evaluation / end_results.py __EndResultProgressLogParser._start_section   6 1 0   83%
moptipy / evaluation / end_results.py __EndResultProgressLogParser._needs_more_lines   1 0 0   100%
moptipy / evaluation / end_results.py __EndResultProgressLogParser._lines   57 4 0   93%
moptipy / evaluation / end_results.py from_logs   22 12 0   45%
moptipy / evaluation / end_results.py (no function)   87 8 0   91%
moptipy / evaluation / end_statistics.py EndStatistics.__init__   142 54 0   62%
moptipy / evaluation / end_statistics.py EndStatistics.get_n   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_best_f   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_last_improvement_fe   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_last_improvement_time_millis   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_total_fes   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_total_time_millis   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_goal_f   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_best_f_scaled   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_n_success   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_success_fes   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_success_time_millis   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_ert_fes   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_ert_time_millis   3 3 0   0%
moptipy / evaluation / end_statistics.py EndStatistics.get_max_fes   3 1 0   67%
moptipy / evaluation / end_statistics.py EndStatistics.get_max_time_millis   3 1 0   67%
moptipy / evaluation / end_statistics.py create   83 9 0   89%
moptipy / evaluation / end_statistics.py from_end_results   29 9 0   69%
moptipy / evaluation / end_statistics.py to_csv   7 0 0   100%
moptipy / evaluation / end_statistics.py from_csv   5 0 0   100%
moptipy / evaluation / end_statistics.py getter   24 2 0   92%
moptipy / evaluation / end_statistics.py getter.__combo_sd   7 3 0   57%
moptipy / evaluation / end_statistics.py _to_csv_writer   4 0 0   100%
moptipy / evaluation / end_statistics.py CsvWriter.__init__   52 0 0   100%
moptipy / evaluation / end_statistics.py CsvWriter.get_column_titles   33 0 0   100%
moptipy / evaluation / end_statistics.py CsvWriter.get_row   32 0 0   100%
moptipy / evaluation / end_statistics.py CsvWriter.get_header_comments   1 0 0   100%
moptipy / evaluation / end_statistics.py CsvWriter.get_footer_comments   48 1 0   98%
moptipy / evaluation / end_statistics.py CsvWriter.get_footer_bottom_comments   2 0 0   100%
moptipy / evaluation / end_statistics.py CsvReader.__init__   22 0 0   100%
moptipy / evaluation / end_statistics.py CsvReader.parse_row   1 0 0   100%
moptipy / evaluation / end_statistics.py __PvEndStatistics.__init__   6 6 0   0%
moptipy / evaluation / end_statistics.py __PvEndStatistics.get_param_value   1 1 0   0%
moptipy / evaluation / end_statistics.py aggregate_over_parameter   17 17 0   0%
moptipy / evaluation / end_statistics.py (no function)   110 20 0   82%
moptipy / evaluation / ert.py compute_single_ert   13 1 0   92%
moptipy / evaluation / ert.py Ert.__init__   18 6 0   67%
moptipy / evaluation / ert.py to_csv   26 26 0   0%
moptipy / evaluation / ert.py create   85 19 0   78%
moptipy / evaluation / ert.py from_progresses   28 9 0   68%
moptipy / evaluation / ert.py (no function)   23 0 0   100%
moptipy / evaluation / ertecdf.py ErtEcdf.time_label   1 0 0   100%
moptipy / evaluation / ertecdf.py ErtEcdf._time_key   1 1 0   0%
moptipy / evaluation / ertecdf.py ErtEcdf._compute_times   1 0 0   100%
moptipy / evaluation / ertecdf.py ErtEcdf._get_div   2 0 0   100%
moptipy / evaluation / ertecdf.py create   1 1 0   0%
moptipy / evaluation / ertecdf.py from_progresses   1 0 0   100%
moptipy / evaluation / ertecdf.py (no function)   15 0 0   100%
moptipy / evaluation / ioh_analyzer.py __prefix   7 4 0   43%
moptipy / evaluation / ioh_analyzer.py __int_suffix   7 4 0   43%
moptipy / evaluation / ioh_analyzer.py __npstr   1 0 0   100%
moptipy / evaluation / ioh_analyzer.py moptipy_to_ioh_analyzer   70 9 0   87%
moptipy / evaluation / ioh_analyzer.py (no function)   21 5 0   76%
moptipy / evaluation / log_parser.py _true   1 0 0   100%
moptipy / evaluation / log_parser.py LogParser.__init__   6 2 0   67%
moptipy / evaluation / log_parser.py LogParser._should_list_directory   2 0 0   100%
moptipy / evaluation / log_parser.py LogParser._should_parse_file   1 0 0   100%
moptipy / evaluation / log_parser.py LogParser._start_section   5 2 0   60%
moptipy / evaluation / log_parser.py LogParser._lines   2 2 0   0%
moptipy / evaluation / log_parser.py LogParser._parse_file   57 11 0   81%
moptipy / evaluation / log_parser.py ExperimentParser.__init__   5 0 0   100%
moptipy / evaluation / log_parser.py ExperimentParser._start_parse_file   30 7 0   77%
moptipy / evaluation / log_parser.py ExperimentParser._parse_file   13 10 0   23%
moptipy / evaluation / log_parser.py ExperimentParser._end_parse_file   5 0 0   100%
moptipy / evaluation / log_parser.py SetupAndStateParser.__init__   12 0 0   100%
moptipy / evaluation / log_parser.py SetupAndStateParser._should_parse_file   5 2 0   60%
moptipy / evaluation / log_parser.py SetupAndStateParser._parse_file   22 10 0   55%
moptipy / evaluation / log_parser.py SetupAndStateParser._end_parse_file   12 0 0   100%
moptipy / evaluation / log_parser.py SetupAndStateParser._needs_more_lines   1 0 0   100%
moptipy / evaluation / log_parser.py SetupAndStateParser._lines   5 0 0   100%
moptipy / evaluation / log_parser.py SetupAndStateParser._start_section   12 2 0   83%
moptipy / evaluation / log_parser.py SetupAndStateParser._setup_section   31 10 0   68%
moptipy / evaluation / log_parser.py SetupAndStateParser._state_section   11 2 0   82%
moptipy / evaluation / log_parser.py (no function)   45 0 0   100%
moptipy / evaluation / plot_ecdf.py plot_ecdf   183 45 0   75%
moptipy / evaluation / plot_ecdf.py plot_ecdf.__x1   1 1 0   0%
moptipy / evaluation / plot_ecdf.py plot_ecdf.__set_importance   8 8 0   0%
moptipy / evaluation / plot_ecdf.py (no function)   15 0 0   100%
moptipy / evaluation / plot_end_results.py plot_end_results   204 36 0   82%
moptipy / evaluation / plot_end_results.py (no function)   15 0 0   100%
moptipy / evaluation / plot_end_statistics_over_parameter.py __make_y_label   6 0 0   100%
moptipy / evaluation / plot_end_statistics_over_parameter.py __make_y_axis   4 0 0   100%
moptipy / evaluation / plot_end_statistics_over_parameter.py plot_end_statistics_over_param   174 49 0   72%
moptipy / evaluation / plot_end_statistics_over_parameter.py plot_end_statistics_over_param.__set_importance   5 0 0   100%
moptipy / evaluation / plot_end_statistics_over_parameter.py (no function)   19 0 0   100%
moptipy / evaluation / plot_ert.py plot_ert   147 40 0   73%
moptipy / evaluation / plot_ert.py plot_ert.__x1   1 1 0   0%
moptipy / evaluation / plot_ert.py plot_ert.__set_importance   8 8 0   0%
moptipy / evaluation / plot_ert.py (no function)   14 0 0   100%
moptipy / evaluation / plot_progress.py plot_progress   210 58 0   72%
moptipy / evaluation / plot_progress.py plot_progress.__x1   1 1 0   0%
moptipy / evaluation / plot_progress.py plot_progress.__set_importance   11 2 0   82%
moptipy / evaluation / plot_progress.py (no function)   15 0 0   100%
moptipy / evaluation / progress.py Progress.__init__   55 22 0   60%
moptipy / evaluation / progress.py to_csv   27 27 0   0%
moptipy / evaluation / progress.py __InnerLogParser.__init__   13 2 0   85%
moptipy / evaluation / progress.py __InnerLogParser._parse_file   31 10 0   68%
moptipy / evaluation / progress.py __InnerLogParser._end_parse_file   3 0 0   100%
moptipy / evaluation / progress.py __InnerLogParser._start_section   6 1 0   83%
moptipy / evaluation / progress.py __InnerLogParser._needs_more_lines   1 0 0   100%
moptipy / evaluation / progress.py __InnerLogParser._lines   53 10 0   81%
moptipy / evaluation / progress.py __InnerLogParser._lines.aa   1 0 0   100%
moptipy / evaluation / progress.py from_logs   1 0 0   100%
moptipy / evaluation / progress.py (no function)   31 0 0   100%
moptipy / evaluation / selector.py __data_tup   3 0 0   100%
moptipy / evaluation / selector.py __score_inc   2 0 0   100%
moptipy / evaluation / selector.py __score_dec   7 1 0   86%
moptipy / evaluation / selector.py __ret   7 1 0   86%
moptipy / evaluation / selector.py __scorer_tired   1 0 0   100%
moptipy / evaluation / selector.py __scorer_normalized_tired   1 0 0   100%
moptipy / evaluation / selector.py __scorer_sum   1 0 0   100%
moptipy / evaluation / selector.py __scorer_normalized_sum   1 0 0   100%
moptipy / evaluation / selector.py __scorer_product   4 0 0   100%
moptipy / evaluation / selector.py __scorer_normalized_min   1 0 0   100%
moptipy / evaluation / selector.py __not   1 0 0   100%
moptipy / evaluation / selector.py __total   2 0 0   100%
moptipy / evaluation / selector.py select_consistent   194 16 0   92%
moptipy / evaluation / selector.py (no function)   27 0 0   100%
moptipy / evaluation / stat_run.py __unique_floats_1d   10 0 0   100%
moptipy / evaluation / stat_run.py __apply_fun   18 0 0   100%
moptipy / evaluation / stat_run.py __do_apply_fun   6 0 0   100%
moptipy / evaluation / stat_run.py __stat_arith_mean   1 1 0   0%
moptipy / evaluation / stat_run.py __stat_geo_mean   1 1 0   0%
moptipy / evaluation / stat_run.py __stat_min   1 1 0   0%
moptipy / evaluation / stat_run.py __stat_max   1 1 0   0%
moptipy / evaluation / stat_run.py __stat_median   1 1 0   0%
moptipy / evaluation / stat_run.py __stat_sd   1 1 0   0%
moptipy / evaluation / stat_run.py __stat_mean_minus_sd   1 1 0   0%
moptipy / evaluation / stat_run.py __stat_mean_plus_sd   1 1 0   0%
moptipy / evaluation / stat_run.py __stat_quantile_10   5 5 0   0%
moptipy / evaluation / stat_run.py __stat_quantile_90   5 5 0   0%
moptipy / evaluation / stat_run.py __stat_quantile_159   1 1 0   0%
moptipy / evaluation / stat_run.py __stat_quantile_841   1 1 0   0%
moptipy / evaluation / stat_run.py StatRun.__init__   12 4 0   67%
moptipy / evaluation / stat_run.py create   61 16 0   74%
moptipy / evaluation / stat_run.py from_progress   34 10 0   71%
moptipy / evaluation / stat_run.py get_statistic   1 0 0   100%
moptipy / evaluation / stat_run.py (no function)   60 0 0   100%
moptipy / evaluation / styler.py Styler.__init__   20 5 0   75%
moptipy / evaluation / styler.py Styler.__init__.__namer   7 2 0   71%
moptipy / evaluation / styler.py Styler.add   1 0 0   100%
moptipy / evaluation / styler.py Styler.finalize   23 6 0   74%
moptipy / evaluation / styler.py Styler.__lt__   11 8 0   27%
moptipy / evaluation / styler.py Styler.set_line_color   7 2 0   71%
moptipy / evaluation / styler.py Styler.set_line_dash   7 2 0   71%
moptipy / evaluation / styler.py Styler.set_line_width   7 2 0   71%
moptipy / evaluation / styler.py Styler.set_line_alpha   7 2 0   71%
moptipy / evaluation / styler.py Styler.add_line_style   4 0 0   100%
moptipy / evaluation / styler.py Styler.__add_line_style   8 0 0   100%
moptipy / evaluation / styler.py Styler.add_to_legend   9 1 0   89%
moptipy / evaluation / styler.py (no function)   23 0 0   100%
moptipy / evaluation / tabulate_end_results.py default_column_namer   46 9 0   80%
moptipy / evaluation / tabulate_end_results.py command_column_namer   52 52 0   0%
moptipy / evaluation / tabulate_end_results.py __finite_max   11 2 0   82%
moptipy / evaluation / tabulate_end_results.py __finite_min   11 2 0   82%
moptipy / evaluation / tabulate_end_results.py __nan   3 3 0   0%
moptipy / evaluation / tabulate_end_results.py default_column_best   16 5 0   69%
moptipy / evaluation / tabulate_end_results.py default_number_renderer   11 3 0   73%
moptipy / evaluation / tabulate_end_results.py __getter   5 1 0   80%
moptipy / evaluation / tabulate_end_results.py __getter.__fixed   6 2 0   67%
moptipy / evaluation / tabulate_end_results.py tabulate_end_results   166 31 0   81%
moptipy / evaluation / tabulate_end_results.py tabulate_end_results.__col_renderer   4 1 0   75%
moptipy / evaluation / tabulate_end_results.py tabulate_end_results.__fix_name   10 4 0   60%
moptipy / evaluation / tabulate_end_results.py (no function)   32 0 0   100%
moptipy / evaluation / tabulate_end_stats.py tabulate_end_stats   144 144 0   0%
moptipy / evaluation / tabulate_end_stats.py (no function)   10 0 0   100%
moptipy / evaluation / tabulate_result_tests.py __compare   14 1 0   93%
moptipy / evaluation / tabulate_result_tests.py __compare_to_str   9 1 0   89%
moptipy / evaluation / tabulate_result_tests.py tabulate_result_tests   128 21 0   84%
moptipy / evaluation / tabulate_result_tests.py tabulate_result_tests.__app   2 2 0   0%
moptipy / evaluation / tabulate_result_tests.py (no function)   23 0 0   100%
moptipy / examples / __init__.py (no function)   0 0 0   100%
moptipy / examples / bitstrings / __init__.py default_instances   1 0 0   100%
moptipy / examples / bitstrings / __init__.py (no function)   17 0 0   100%
moptipy / examples / bitstrings / binint.py binint   8 8 0   0%
moptipy / examples / bitstrings / binint.py BinInt.__init__   2 0 0   100%
moptipy / examples / bitstrings / binint.py BinInt.__str__   1 0 0   100%
moptipy / examples / bitstrings / binint.py BinInt.upper_bound   1 0 0   100%
moptipy / examples / bitstrings / binint.py BinInt.default_instances   1 0 0   100%
moptipy / examples / bitstrings / binint.py (no function)   12 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py __powers_of   4 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py __powers_of_2_div_3   4 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py __powers_of_2_mul_3   4 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py __primes_13   5 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py __1111   5 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py __1000   5 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py default_square_scale_sequence   2 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py default_scale_sequence   2 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringProblem.__init__   2 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringProblem.lower_bound   1 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringProblem.upper_bound   1 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringProblem.is_always_integer   1 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringProblem.space   1 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringProblem.log_parameters_to   2 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringProblem.__str__   1 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringProblem.default_instances   1 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py SquareBitStringProblem.__init__   5 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py SquareBitStringProblem.log_parameters_to   2 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py SquareBitStringProblem.default_instances   1 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py default_nk_k_sequence   8 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringNKProblem.__init__   2 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringNKProblem.__str__   1 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringNKProblem.log_parameters_to   2 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py BitStringNKProblem.default_instances   1 0 0   100%
moptipy / examples / bitstrings / bitstring_problem.py (no function)   39 0 0   100%
moptipy / examples / bitstrings / ising1d.py ising1d   7 7 0   0%
moptipy / examples / bitstrings / ising1d.py Ising1d.__init__   2 0 0   100%
moptipy / examples / bitstrings / ising1d.py Ising1d.__str__   1 0 0   100%
moptipy / examples / bitstrings / ising1d.py Ising1d.default_instances   1 0 0   100%
moptipy / examples / bitstrings / ising1d.py (no function)   11 0 0   100%
moptipy / examples / bitstrings / ising2d.py ising2d   16 16 0   0%
moptipy / examples / bitstrings / ising2d.py Ising2d.evaluate   1 0 0   100%
moptipy / examples / bitstrings / ising2d.py Ising2d.upper_bound   1 0 0   100%
moptipy / examples / bitstrings / ising2d.py Ising2d.__str__   1 0 0   100%
moptipy / examples / bitstrings / ising2d.py Ising2d.default_instances   1 0 0   100%
moptipy / examples / bitstrings / ising2d.py (no function)   12 0 0   100%
moptipy / examples / bitstrings / jump.py jump   4 4 0   0%
moptipy / examples / bitstrings / jump.py Jump.__str__   1 0 0   100%
moptipy / examples / bitstrings / jump.py Jump.evaluate   1 0 0   100%
moptipy / examples / bitstrings / jump.py Jump.upper_bound   1 0 0   100%
moptipy / examples / bitstrings / jump.py (no function)   10 0 0   100%
moptipy / examples / bitstrings / labs.py labs   8 8 0   0%
moptipy / examples / bitstrings / labs.py energy_to_merit   3 0 0   100%
moptipy / examples / bitstrings / labs.py merit_to_energy   6 0 0   100%
moptipy / examples / bitstrings / labs.py __make_bkses   8 1 0   88%
moptipy / examples / bitstrings / labs.py get_bks   4 0 0   100%
moptipy / examples / bitstrings / labs.py is_labs_objective_value_optimal   11 1 0   91%
moptipy / examples / bitstrings / labs.py LABS.__init__   2 0 0   100%
moptipy / examples / bitstrings / labs.py LABS.lower_bound   4 0 0   100%
moptipy / examples / bitstrings / labs.py LABS.upper_bound   1 0 0   100%
moptipy / examples / bitstrings / labs.py LABS.__str__   1 0 0   100%
moptipy / examples / bitstrings / labs.py LABS.default_instances   2 0 0   100%
moptipy / examples / bitstrings / labs.py (no function)   26 0 0   100%
moptipy / examples / bitstrings / leadingones.py leadingones   5 5 0   0%
moptipy / examples / bitstrings / leadingones.py LeadingOnes.__init__   2 0 0   100%
moptipy / examples / bitstrings / leadingones.py LeadingOnes.__str__   1 0 0   100%
moptipy / examples / bitstrings / leadingones.py LeadingOnes.default_instances   1 0 0   100%
moptipy / examples / bitstrings / leadingones.py (no function)   11 0 0   100%
moptipy / examples / bitstrings / linearharmonic.py linear_harmonic   7 7 0   0%
moptipy / examples / bitstrings / linearharmonic.py LinearHarmonic.__init__   2 0 0   100%
moptipy / examples / bitstrings / linearharmonic.py LinearHarmonic.upper_bound   1 0 0   100%
moptipy / examples / bitstrings / linearharmonic.py LinearHarmonic.__str__   1 0 0   100%
moptipy / examples / bitstrings / linearharmonic.py LinearHarmonic.default_instances   1 0 0   100%
moptipy / examples / bitstrings / linearharmonic.py (no function)   12 0 0   100%
moptipy / examples / bitstrings / nqueens.py nqueens   71 71 0   0%
moptipy / examples / bitstrings / nqueens.py NQueens.__init__   1 0 0   100%
moptipy / examples / bitstrings / nqueens.py NQueens.evaluate   1 0 0   100%
moptipy / examples / bitstrings / nqueens.py NQueens.__str__   1 0 0   100%
moptipy / examples / bitstrings / nqueens.py NQueens.upper_bound   2 0 0   100%
moptipy / examples / bitstrings / nqueens.py NQueens.default_instances   1 0 0   100%
moptipy / examples / bitstrings / nqueens.py (no function)   14 0 0   100%
moptipy / examples / bitstrings / onemax.py onemax   1 1 0   0%
moptipy / examples / bitstrings / onemax.py OneMax.__init__   2 0 0   100%
moptipy / examples / bitstrings / onemax.py OneMax.__str__   1 0 0   100%
moptipy / examples / bitstrings / onemax.py OneMax.default_instances   1 0 0   100%
moptipy / examples / bitstrings / onemax.py (no function)   11 0 0   100%
moptipy / examples / bitstrings / plateau.py plateau   3 3 0   0%
moptipy / examples / bitstrings / plateau.py Plateau.__str__   1 0 0   100%
moptipy / examples / bitstrings / plateau.py Plateau.evaluate   1 0 0   100%
moptipy / examples / bitstrings / plateau.py (no function)   9 0 0   100%
moptipy / examples / bitstrings / trap.py trap   3 3 0   0%
moptipy / examples / bitstrings / trap.py Trap.__init__   2 0 0   100%
moptipy / examples / bitstrings / trap.py Trap.__str__   1 0 0   100%
moptipy / examples / bitstrings / trap.py Trap.default_instances   1 0 0   100%
moptipy / examples / bitstrings / trap.py (no function)   11 0 0   100%
moptipy / examples / bitstrings / twomax.py twomax   3 3 0   0%
moptipy / examples / bitstrings / twomax.py TwoMax.__init__   2 0 0   100%
moptipy / examples / bitstrings / twomax.py TwoMax.__str__   1 0 0   100%
moptipy / examples / bitstrings / twomax.py TwoMax.upper_bound   1 0 0   100%
moptipy / examples / bitstrings / twomax.py TwoMax.default_instances   1 0 0   100%
moptipy / examples / bitstrings / twomax.py (no function)   12 0 0   100%
moptipy / examples / bitstrings / w_model.py w_model_f   5 5 0   0%
moptipy / examples / bitstrings / w_model.py w_model_neutrality   16 16 0   0%
moptipy / examples / bitstrings / w_model.py __w_model_epistasis   16 16 0   0%
moptipy / examples / bitstrings / w_model.py w_model_epistasis   8 8 0   0%
moptipy / examples / bitstrings / w_model.py w_model_max_gamma   1 1 0   0%
moptipy / examples / bitstrings / w_model.py w_model_create_ruggedness_permutation   21 21 0   0%
moptipy / examples / bitstrings / w_model.py w_model_ruggedness_translate   10 10 0   0%
moptipy / examples / bitstrings / w_model.py _w_model   12 12 0   0%
moptipy / examples / bitstrings / w_model.py WModel.__init__   23 2 0   91%
moptipy / examples / bitstrings / w_model.py WModel.upper_bound   1 0 0   100%
moptipy / examples / bitstrings / w_model.py WModel.evaluate   1 0 0   100%
moptipy / examples / bitstrings / w_model.py WModel.__str__   1 0 0   100%
moptipy / examples / bitstrings / w_model.py WModel.log_parameters_to   8 0 0   100%
moptipy / examples / bitstrings / w_model.py WModel.default_instances   2 0 0   100%
moptipy / examples / bitstrings / w_model.py (no function)   34 0 0   100%
moptipy / examples / bitstrings / zeromax.py zeromax   1 1 0   0%
moptipy / examples / bitstrings / zeromax.py ZeroMax.__init__   2 0 0   100%
moptipy / examples / bitstrings / zeromax.py ZeroMax.__str__   1 0 0   100%
moptipy / examples / bitstrings / zeromax.py (no function)   8 0 0   100%
moptipy / examples / jssp / __init__.py __lang_setup   4 0 0   100%
moptipy / examples / jssp / __init__.py (no function)   3 0 0   100%
moptipy / examples / jssp / demo_examples.py demo_instance   4 0 0   100%
moptipy / examples / jssp / demo_examples.py demo_search_space   5 0 0   100%
moptipy / examples / jssp / demo_examples.py demo_point_in_search_space   7 0 0   100%
moptipy / examples / jssp / demo_examples.py demo_solution_space   5 0 0   100%
moptipy / examples / jssp / demo_examples.py demo_encoding   5 0 0   100%
moptipy / examples / jssp / demo_examples.py demo_solution   5 0 0   100%
moptipy / examples / jssp / demo_examples.py __make_gantt_demo_name   8 0 0   100%
moptipy / examples / jssp / demo_examples.py demo_gantt_chart   23 1 0   96%
moptipy / examples / jssp / demo_examples.py demo_gantt_chart.info   1 0 0   100%
moptipy / examples / jssp / demo_examples.py makespan_lower_bound_table   96 96 0   0%
moptipy / examples / jssp / demo_examples.py (no function)   34 7 0   79%
moptipy / examples / jssp / evaluation.py __make_all_names   3 0 0   100%
moptipy / examples / jssp / evaluation.py ea_family   20 20 0   0%
moptipy / examples / jssp / evaluation.py sa_family   3 3 0   0%
moptipy / examples / jssp / evaluation.py ma_family   3 3 0   0%
moptipy / examples / jssp / evaluation.py __make_algo_names   31 7 0   77%
moptipy / examples / jssp / evaluation.py __make_algo_names.__eacr   12 12 0   0%
moptipy / examples / jssp / evaluation.py __make_algo_names.__sa   3 3 0   0%
moptipy / examples / jssp / evaluation.py __make_algo_names.__ma   15 15 0   0%
moptipy / examples / jssp / evaluation.py instance_sort_key   7 7 0   0%
moptipy / examples / jssp / evaluation.py algorithm_sort_key   7 7 0   0%
moptipy / examples / jssp / evaluation.py algorithm_namer   7 7 0   0%
moptipy / examples / jssp / evaluation.py compute_end_results   17 17 0   0%
moptipy / examples / jssp / evaluation.py get_end_results   5 5 0   0%
moptipy / examples / jssp / evaluation.py get_end_results.__filter   3 3 0   0%
moptipy / examples / jssp / evaluation.py compute_end_statistics   17 17 0   0%
moptipy / examples / jssp / evaluation.py table   18 18 0   0%
moptipy / examples / jssp / evaluation.py tests   3 3 0   0%
moptipy / examples / jssp / evaluation.py makespans   2 2 0   0%
moptipy / examples / jssp / evaluation.py gantt   2 2 0   0%
moptipy / examples / jssp / evaluation.py progress   9 9 0   0%
moptipy / examples / jssp / evaluation.py makespans_over_param   2 2 0   0%
moptipy / examples / jssp / evaluation.py makespans_over_param._algo_name_getter   1 1 0   0%
moptipy / examples / jssp / evaluation.py evaluate_experiment   27 27 0   0%
moptipy / examples / jssp / evaluation.py (no function)   64 5 0   92%
moptipy / examples / jssp / experiment.py run_experiment   27 6 0   78%
moptipy / examples / jssp / experiment.py run_experiment.creator   18 2 0   89%
moptipy / examples / jssp / experiment.py (no function)   33 4 0   88%
moptipy / examples / jssp / gantt.py Gantt.__new__   3 0 0   100%
moptipy / examples / jssp / gantt.py Gantt.from_log   1 0 0   100%
moptipy / examples / jssp / gantt.py _GanttParser.__init__   7 1 0   86%
moptipy / examples / jssp / gantt.py _GanttParser._start_section   11 1 0   91%
moptipy / examples / jssp / gantt.py _GanttParser._lines   13 3 0   77%
moptipy / examples / jssp / gantt.py _GanttParser._parse_file   9 3 0   67%
moptipy / examples / jssp / gantt.py _GanttParser._end_parse_file   2 2 0   0%
moptipy / examples / jssp / gantt.py (no function)   18 0 0   100%
moptipy / examples / jssp / gantt_space.py gantt_space_size   1 0 0   100%
moptipy / examples / jssp / gantt_space.py GanttSpace.__init__   6 1 0   83%
moptipy / examples / jssp / gantt_space.py GanttSpace.create   1 0 0   100%
moptipy / examples / jssp / gantt_space.py GanttSpace.to_str   1 0 0   100%
moptipy / examples / jssp / gantt_space.py GanttSpace.is_equal   1 0 0   100%
moptipy / examples / jssp / gantt_space.py GanttSpace.from_str   6 1 0   83%
moptipy / examples / jssp / gantt_space.py GanttSpace.validate   93 27 0   71%
moptipy / examples / jssp / gantt_space.py GanttSpace.n_points   1 0 0   100%
moptipy / examples / jssp / gantt_space.py GanttSpace.__str__   1 0 0   100%
moptipy / examples / jssp / gantt_space.py GanttSpace.log_parameters_to   5 0 0   100%
moptipy / examples / jssp / gantt_space.py (no function)   21 0 0   100%
moptipy / examples / jssp / instance.py compute_makespan_lower_bound   35 5 0   86%
moptipy / examples / jssp / instance.py Instance.__new__   40 13 0   68%
moptipy / examples / jssp / instance.py Instance.__str__   1 0 0   100%
moptipy / examples / jssp / instance.py Instance.log_parameters_to   6 0 0   100%
moptipy / examples / jssp / instance.py Instance.from_text   32 6 0   81%
moptipy / examples / jssp / instance.py Instance.from_stream   34 3 0   91%
moptipy / examples / jssp / instance.py Instance.from_resource   8 0 0   100%
moptipy / examples / jssp / instance.py Instance.list_resources   1 0 0   100%
moptipy / examples / jssp / instance.py check_instance   35 12 0   66%
moptipy / examples / jssp / instance.py (no function)   35 0 0   100%
moptipy / examples / jssp / instance_selector.py __can_solve_instance   19 19 0   0%
moptipy / examples / jssp / instance_selector.py __is_instance_too_easy   34 34 0   0%
moptipy / examples / jssp / instance_selector.py compute_instances_that_are_too_easy   8 8 0   0%
moptipy / examples / jssp / instance_selector.py __get_instances   1 1 0   0%
moptipy / examples / jssp / instance_selector.py __optimize_clusters   60 60 0   0%
moptipy / examples / jssp / instance_selector.py __optimize_clusters.__f   10 10 0   0%
moptipy / examples / jssp / instance_selector.py __optimize_scales   40 40 0   0%
moptipy / examples / jssp / instance_selector.py __optimize_scales.__f   19 19 0   0%
moptipy / examples / jssp / instance_selector.py __scale   1 1 0   0%
moptipy / examples / jssp / instance_selector.py propose_instances   131 131 0   0%
moptipy / examples / jssp / instance_selector.py (no function)   30 0 0   100%
moptipy / examples / jssp / makespan.py makespan   1 1 0   0%
moptipy / examples / jssp / makespan.py Makespan.__init__   5 1 0   80%
moptipy / examples / jssp / makespan.py Makespan.lower_bound   1 0 0   100%
moptipy / examples / jssp / makespan.py Makespan.is_always_integer   1 0 0   100%
moptipy / examples / jssp / makespan.py Makespan.upper_bound   1 0 0   100%
moptipy / examples / jssp / makespan.py Makespan.__str__   1 0 0   100%
moptipy / examples / jssp / makespan.py (no function)   14 0 0   100%
moptipy / examples / jssp / ob_encoding.py decode   18 18 0   0%
moptipy / examples / jssp / ob_encoding.py OperationBasedEncoding.__init__   6 1 0   83%
moptipy / examples / jssp / ob_encoding.py OperationBasedEncoding.decode   1 0 0   100%
moptipy / examples / jssp / ob_encoding.py OperationBasedEncoding.__str__   1 0 0   100%
moptipy / examples / jssp / ob_encoding.py OperationBasedEncoding.log_parameters_to   4 0 0   100%
moptipy / examples / jssp / ob_encoding.py (no function)   18 0 0   100%
moptipy / examples / jssp / plot_gantt_chart.py marker_lb   1 0 0   100%
moptipy / examples / jssp / plot_gantt_chart.py marker_makespan   1 0 0   100%
moptipy / examples / jssp / plot_gantt_chart.py plot_gantt_chart   101 17 0   83%
moptipy / examples / jssp / plot_gantt_chart.py (no function)   21 0 0   100%
moptipy / examples / jssp / plots.py plot_end_makespans   40 40 0   0%
moptipy / examples / jssp / plots.py plot_stat_gantt_charts   66 66 0   0%
moptipy / examples / jssp / plots.py plot_progresses   56 56 0   0%
moptipy / examples / jssp / plots.py plot_end_makespans_over_param   49 49 0   0%
moptipy / examples / jssp / plots.py (no function)   25 0 0   100%
moptipy / examples / jssp / spaces_sizes.py permutations_with_repetitions_space_size   1 1 0   0%
moptipy / examples / jssp / spaces_sizes.py gantt_min_feasible   20 20 0   0%
moptipy / examples / jssp / spaces_sizes.py __copy   2 2 0   0%
moptipy / examples / jssp / spaces_sizes.py __copy_instance   2 2 0   0%
moptipy / examples / jssp / spaces_sizes.py __find_min_feasible   21 21 0   0%
moptipy / examples / jssp / spaces_sizes.py __check_sorted   12 12 0   0%
moptipy / examples / jssp / spaces_sizes.py __is_feasible   39 39 0   0%
moptipy / examples / jssp / spaces_sizes.py __first_perm   3 3 0   0%
moptipy / examples / jssp / spaces_sizes.py __next_perm   31 31 0   0%
moptipy / examples / jssp / spaces_sizes.py __enumerate_feasible   22 22 0   0%
moptipy / examples / jssp / spaces_sizes.py __enumerate_feasible_for   6 6 0   0%
moptipy / examples / jssp / spaces_sizes.py __long_str   9 9 0   0%
moptipy / examples / jssp / spaces_sizes.py make_gantt_space_size_table   46 46 0   0%
moptipy / examples / jssp / spaces_sizes.py make_search_space_size_table   31 31 0   0%
moptipy / examples / jssp / spaces_sizes.py (no function)   42 6 0   86%
moptipy / examples / jssp / worktime.py worktime   1 1 0   0%
moptipy / examples / jssp / worktime.py Worktime.__init__   5 1 0   80%
moptipy / examples / jssp / worktime.py Worktime.lower_bound   1 0 0   100%
moptipy / examples / jssp / worktime.py Worktime.is_always_integer   1 0 0   100%
moptipy / examples / jssp / worktime.py Worktime.upper_bound   1 0 0   100%
moptipy / examples / jssp / worktime.py Worktime.__str__   1 0 0   100%
moptipy / examples / jssp / worktime.py (no function)   14 0 0   100%
moptipy / examples / vectors / __init__.py (no function)   0 0 0   100%
moptipy / examples / vectors / ackley.py ackley   2 2 0   0%
moptipy / examples / vectors / ackley.py Ackley.__init__   1 0 0   100%
moptipy / examples / vectors / ackley.py Ackley.lower_bound   1 0 0   100%
moptipy / examples / vectors / ackley.py Ackley.__str__   1 0 0   100%
moptipy / examples / vectors / ackley.py (no function)   10 0 0   100%
moptipy / examples / vectors / sphere.py sphere   1 1 0   0%
moptipy / examples / vectors / sphere.py Sphere.__init__   1 0 0   100%
moptipy / examples / vectors / sphere.py Sphere.lower_bound   1 0 0   100%
moptipy / examples / vectors / sphere.py Sphere.__str__   1 0 0   100%
moptipy / examples / vectors / sphere.py (no function)   9 0 0   100%
moptipy / mo / __init__.py (no function)   0 0 0   100%
moptipy / mo / archive / __init__.py (no function)   0 0 0   100%
moptipy / mo / archive / keep_farthest.py KeepFarthest.__init__   30 2 0   93%
moptipy / mo / archive / keep_farthest.py KeepFarthest.prune   78 3 0   96%
moptipy / mo / archive / keep_farthest.py KeepFarthest.__str__   1 0 0   100%
moptipy / mo / archive / keep_farthest.py (no function)   13 0 0   100%
moptipy / mo / problem / __init__.py (no function)   0 0 0   100%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.__init__   83 17 0   80%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.initialize   3 0 0   100%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.f_dimension   1 0 0   100%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.f_dtype   1 0 0   100%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.f_evaluate   3 0 0   100%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.lower_bound   1 0 0   100%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.upper_bound   1 0 0   100%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.evaluate   1 0 0   100%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.__str__   1 1 0   0%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.log_parameters_to   6 0 0   100%
moptipy / mo / problem / basic_mo_problem.py BasicMOProblem.validate   8 8 0   0%
moptipy / mo / problem / basic_mo_problem.py (no function)   24 0 0   100%
moptipy / mo / problem / weighted_sum.py _sum_int   1 0 0   100%
moptipy / mo / problem / weighted_sum.py _sum_float   1 0 0   100%
moptipy / mo / problem / weighted_sum.py BasicWeightedSum.__init__   13 4 0   69%
moptipy / mo / problem / weighted_sum.py BasicWeightedSum.__str__   1 1 0   0%
moptipy / mo / problem / weighted_sum.py BasicWeightedSum.log_parameters_to   4 0 0   100%
moptipy / mo / problem / weighted_sum.py _make_sum_scalarizer   52 13 0   75%
moptipy / mo / problem / weighted_sum.py WeightedSum.__init__   2 0 0   100%
moptipy / mo / problem / weighted_sum.py WeightedSum.__str__   1 0 0   100%
moptipy / mo / problem / weighted_sum.py _prioritize   25 8 0   68%
moptipy / mo / problem / weighted_sum.py Prioritize.__init__   1 0 0   100%
moptipy / mo / problem / weighted_sum.py Prioritize.__str__   1 0 0   100%
moptipy / mo / problem / weighted_sum.py (no function)   26 0 0   100%
moptipy / mock / __init__.py (no function)   0 0 0   100%
moptipy / mock / components.py fixed_random_generator   3 0 0   100%
moptipy / mock / components.py _random_name   18 0 0   100%
moptipy / mock / components.py __append_not_allowed   19 5 0   74%
moptipy / mock / components.py _make_not_allowed   3 0 0   100%
moptipy / mock / components.py Instance.__init__   35 12 0   66%
moptipy / mock / components.py Instance.create   118 13 0   89%
moptipy / mock / components.py Algorithm.__init__   20 8 0   60%
moptipy / mock / components.py Algorithm.create   91 11 0   88%
moptipy / mock / components.py BasePerformance.__init__   21 8 0   62%
moptipy / mock / components.py BasePerformance.create   21 2 0   90%
moptipy / mock / components.py get_run_seeds   6 1 0   83%
moptipy / mock / components.py Experiment.__init__   85 19 0   78%
moptipy / mock / components.py Experiment.create   12 0 0   100%
moptipy / mock / components.py Experiment.seeds_for_instance   1 0 0   100%
moptipy / mock / components.py Experiment.instance_applications   1 1 0   0%
moptipy / mock / components.py Experiment.algorithm_applications   1 1 0   0%
moptipy / mock / components.py Experiment.get_algorithm   1 0 0   100%
moptipy / mock / components.py Experiment.get_instance   1 0 0   100%
moptipy / mock / components.py (no function)   66 0 0   100%
moptipy / mock / end_results.py end_result   66 5 0   92%
moptipy / mock / end_results.py EndResults.__init__   39 4 0   90%
moptipy / mock / end_results.py EndResults.create   12 1 0   92%
moptipy / mock / end_results.py EndResults.results_for_algorithm   1 1 0   0%
moptipy / mock / end_results.py EndResults.results_for_instance   1 1 0   0%
moptipy / mock / end_results.py (no function)   23 0 0   100%
moptipy / mock / mo_problem.py MockMOProblem.__init__   1 0 0   100%
moptipy / mock / mo_problem.py MockMOProblem.for_dtype   13 2 0   85%
moptipy / mock / mo_problem.py MockMOProblem.get_objectives   1 1 0   0%
moptipy / mock / mo_problem.py MockMOProblem.sample   3 0 0   100%
moptipy / mock / mo_problem.py (no function)   12 0 0   100%
moptipy / mock / objective.py MockObjective.__init__   49 15 0   69%
moptipy / mock / objective.py MockObjective.sample   1 0 0   100%
moptipy / mock / objective.py MockObjective.evaluate   9 3 0   67%
moptipy / mock / objective.py MockObjective.lower_bound   1 0 0   100%
moptipy / mock / objective.py MockObjective.upper_bound   1 0 0   100%
moptipy / mock / objective.py MockObjective.is_always_integer   1 0 0   100%
moptipy / mock / objective.py MockObjective.__str__   1 0 0   100%
moptipy / mock / objective.py MockObjective.log_parameters_to   6 0 0   100%
moptipy / mock / objective.py MockObjective.for_type   31 2 0   94%
moptipy / mock / objective.py (no function)   21 0 0   100%
moptipy / mock / utils.py _lb_int   1 0 0   100%
moptipy / mock / utils.py _ub_int   1 0 0   100%
moptipy / mock / utils.py _float_beautify   13 0 0   100%
moptipy / mock / utils.py _before_int   13 4 0   69%
moptipy / mock / utils.py _before_float   15 5 0   67%
moptipy / mock / utils.py _after_int   13 13 0   0%
moptipy / mock / utils.py _after_float   15 5 0   67%
moptipy / mock / utils.py _between_int   11 4 0   64%
moptipy / mock / utils.py _between_float   20 7 0   65%
moptipy / mock / utils.py make_ordered_list   100 17 0   83%
moptipy / mock / utils.py sample_from_attractors   18 3 0   83%
moptipy / mock / utils.py (no function)   17 0 0   100%
moptipy / operators / __init__.py (no function)   0 0 0   100%
moptipy / operators / bitstrings / __init__.py (no function)   0 0 0   100%
moptipy / operators / bitstrings / op0_random.py Op0Random.op0   1 0 0   100%
moptipy / operators / bitstrings / op0_random.py Op0Random.__str__   1 0 0   100%
moptipy / operators / bitstrings / op0_random.py (no function)   6 0 0   100%
moptipy / operators / bitstrings / op1_flip1.py Op1Flip1.op1   3 0 0   100%
moptipy / operators / bitstrings / op1_flip1.py Op1Flip1.__str__   1 0 0   100%
moptipy / operators / bitstrings / op1_flip1.py (no function)   7 0 0   100%
moptipy / operators / bitstrings / op1_flip_m.py Op1FlipM.op1   3 0 0   100%
moptipy / operators / bitstrings / op1_flip_m.py Op1FlipM.__str__   1 0 0   100%
moptipy / operators / bitstrings / op1_flip_m.py (no function)   8 0 0   100%
moptipy / operators / bitstrings / op1_m_over_n_flip.py _op1_movern   17 17 0   0%
moptipy / operators / bitstrings / op1_m_over_n_flip.py Op1MoverNflip.__init__   7 1 0   86%
moptipy / operators / bitstrings / op1_m_over_n_flip.py Op1MoverNflip.initialize   2 0 0   100%
moptipy / operators / bitstrings / op1_m_over_n_flip.py Op1MoverNflip.op1   1 0 0   100%
moptipy / operators / bitstrings / op1_m_over_n_flip.py Op1MoverNflip.__str__   1 0 0   100%
moptipy / operators / bitstrings / op1_m_over_n_flip.py (no function)   14 0 0   100%
moptipy / operators / bitstrings / op2_uniform.py uniform   3 3 0   0%
moptipy / operators / bitstrings / op2_uniform.py Op2Uniform.__init__   2 0 0   100%
moptipy / operators / bitstrings / op2_uniform.py Op2Uniform.__str__   1 0 0   100%
moptipy / operators / bitstrings / op2_uniform.py (no function)   9 0 0   100%
moptipy / operators / op0_forward.py Op0Forward.__init__   1 0 0   100%
moptipy / operators / op0_forward.py Op0Forward.op0   1 0 0   100%
moptipy / operators / op0_forward.py Op0Forward.forward_to   3 1 0   67%
moptipy / operators / op0_forward.py Op0Forward.stop_forwarding   1 0 0   100%
moptipy / operators / op0_forward.py Op0Forward.__str__   1 0 0   100%
moptipy / operators / op0_forward.py Op0Forward.initialize   2 0 0   100%
moptipy / operators / op0_forward.py (no function)   12 0 0   100%
moptipy / operators / ordered_choices / __init__.py (no function)   0 0 0   100%
moptipy / operators / ordered_choices / op0_choose_and_shuffle.py Op0ChooseAndShuffle.__init__   5 1 0   80%
moptipy / operators / ordered_choices / op0_choose_and_shuffle.py Op0ChooseAndShuffle.op0   7 0 0   100%
moptipy / operators / ordered_choices / op0_choose_and_shuffle.py Op0ChooseAndShuffle.__str__   1 0 0   100%
moptipy / operators / ordered_choices / op0_choose_and_shuffle.py (no function)   10 0 0   100%
moptipy / operators / permutations / __init__.py (no function)   0 0 0   100%
moptipy / operators / permutations / op0_shuffle.py Op0Shuffle.__init__   4 1 0   75%
moptipy / operators / permutations / op0_shuffle.py Op0Shuffle.op0   2 0 0   100%
moptipy / operators / permutations / op0_shuffle.py Op0Shuffle.__str__   1 0 0   100%
moptipy / operators / permutations / op0_shuffle.py (no function)   10 0 0   100%
moptipy / operators / permutations / op1_insert1.py rotate   28 28 0   0%
moptipy / operators / permutations / op1_insert1.py Op1Insert1.__init__   2 0 0   100%
moptipy / operators / permutations / op1_insert1.py Op1Insert1.__str__   1 0 0   100%
moptipy / operators / permutations / op1_insert1.py (no function)   10 0 0   100%
moptipy / operators / permutations / op1_swap2.py swap_2   11 11 0   0%
moptipy / operators / permutations / op1_swap2.py Op1Swap2.__init__   2 0 0   100%
moptipy / operators / permutations / op1_swap2.py Op1Swap2.__str__   1 0 0   100%
moptipy / operators / permutations / op1_swap2.py (no function)   10 0 0   100%
moptipy / operators / permutations / op1_swap_exactly_n.py get_max_changes   29 1 0   97%
moptipy / operators / permutations / op1_swap_exactly_n.py find_move   37 37 0   0%
moptipy / operators / permutations / op1_swap_exactly_n.py apply_move   10 10 0   0%
moptipy / operators / permutations / op1_swap_exactly_n.py Op1SwapExactlyN.__init__   11 1 0   91%
moptipy / operators / permutations / op1_swap_exactly_n.py Op1SwapExactlyN.initialize   4 0 0   100%
moptipy / operators / permutations / op1_swap_exactly_n.py Op1SwapExactlyN.op1   10 0 0   100%
moptipy / operators / permutations / op1_swap_exactly_n.py Op1SwapExactlyN.__str__   1 0 0   100%
moptipy / operators / permutations / op1_swap_exactly_n.py Op1SwapExactlyN.log_parameters_to   10 0 0   100%
moptipy / operators / permutations / op1_swap_exactly_n.py (no function)   21 0 0   100%
moptipy / operators / permutations / op1_swap_try_n.py swap_try_n   29 29 0   0%
moptipy / operators / permutations / op1_swap_try_n.py Op1SwapTryN.op1   1 0 0   100%
moptipy / operators / permutations / op1_swap_try_n.py Op1SwapTryN.__init__   4 1 0   75%
moptipy / operators / permutations / op1_swap_try_n.py Op1SwapTryN.initialize   2 0 0   100%
moptipy / operators / permutations / op1_swap_try_n.py Op1SwapTryN.__str__   1 0 0   100%
moptipy / operators / permutations / op1_swap_try_n.py (no function)   16 0 0   100%
moptipy / operators / permutations / op1_swapn.py swap_n   18 18 0   0%
moptipy / operators / permutations / op1_swapn.py Op1SwapN.__init__   2 0 0   100%
moptipy / operators / permutations / op1_swapn.py Op1SwapN.__str__   1 0 0   100%
moptipy / operators / permutations / op1_swapn.py (no function)   10 0 0   100%
moptipy / operators / permutations / op2_gap.py _op2_gap   23 23 0   0%
moptipy / operators / permutations / op2_gap.py Op2GeneralizedAlternatingPosition.op2   1 0 0   100%
moptipy / operators / permutations / op2_gap.py Op2GeneralizedAlternatingPosition.__init__   5 1 0   80%
moptipy / operators / permutations / op2_gap.py Op2GeneralizedAlternatingPosition.__str__   1 0 0   100%
moptipy / operators / permutations / op2_gap.py (no function)   14 0 0   100%
moptipy / operators / permutations / op2_ox2.py _op2_ox2   30 30 0   0%
moptipy / operators / permutations / op2_ox2.py Op2OrderBased.op2   1 0 0   100%
moptipy / operators / permutations / op2_ox2.py Op2OrderBased.__init__   7 2 0   71%
moptipy / operators / permutations / op2_ox2.py Op2OrderBased.initialize   2 0 0   100%
moptipy / operators / permutations / op2_ox2.py Op2OrderBased.__str__   1 0 0   100%
moptipy / operators / permutations / op2_ox2.py (no function)   15 0 0   100%
moptipy / operators / signed_permutations / __init__.py (no function)   0 0 0   100%
moptipy / operators / signed_permutations / op0_shuffle_and_flip.py Op0ShuffleAndFlip.__init__   4 1 0   75%
moptipy / operators / signed_permutations / op0_shuffle_and_flip.py Op0ShuffleAndFlip.op0   3 0 0   100%
moptipy / operators / signed_permutations / op0_shuffle_and_flip.py Op0ShuffleAndFlip.__str__   1 0 0   100%
moptipy / operators / signed_permutations / op0_shuffle_and_flip.py (no function)   10 0 0   100%
moptipy / operators / signed_permutations / op1_swap_2_or_flip.py swap_2_or_flip   16 16 0   0%
moptipy / operators / signed_permutations / op1_swap_2_or_flip.py Op1Swap2OrFlip.__init__   2 0 0   100%
moptipy / operators / signed_permutations / op1_swap_2_or_flip.py Op1Swap2OrFlip.__str__   1 0 0   100%
moptipy / operators / signed_permutations / op1_swap_2_or_flip.py (no function)   10 0 0   100%
moptipy / operators / tools.py exponential_step_size   1 1 0   0%
moptipy / operators / tools.py inv_exponential_step_size   5 5 0   0%
moptipy / operators / tools.py (no function)   6 0 0   100%
moptipy / operators / vectors / __init__.py (no function)   0 0 0   100%
moptipy / operators / vectors / op0_uniform.py Op0Uniform.__init__   4 1 0   75%
moptipy / operators / vectors / op0_uniform.py Op0Uniform.__str__   1 0 0   100%
moptipy / operators / vectors / op0_uniform.py Op0Uniform.op0   2 0 0   100%
moptipy / operators / vectors / op0_uniform.py Op0Uniform.log_parameters_to   2 0 0   100%
moptipy / operators / vectors / op0_uniform.py (no function)   12 0 0   100%
moptipy / spaces / __init__.py (no function)   0 0 0   100%
moptipy / spaces / bitstrings.py BitStrings.__init__   1 0 0   100%
moptipy / spaces / bitstrings.py BitStrings.create   1 0 0   100%
moptipy / spaces / bitstrings.py BitStrings.from_str   6 1 0   83%
moptipy / spaces / bitstrings.py BitStrings.n_points   1 0 0   100%
moptipy / spaces / bitstrings.py BitStrings.__str__   1 0 0   100%
moptipy / spaces / bitstrings.py (no function)   12 0 0   100%
moptipy / spaces / intspace.py IntSpace.__init__   9 2 0   78%
moptipy / spaces / intspace.py IntSpace.create   1 0 0   100%
moptipy / spaces / intspace.py IntSpace.validate   6 0 0   100%
moptipy / spaces / intspace.py IntSpace.n_points   1 0 0   100%
moptipy / spaces / intspace.py IntSpace.__str__   1 0 0   100%
moptipy / spaces / intspace.py IntSpace.log_parameters_to   3 0 0   100%
moptipy / spaces / intspace.py (no function)   16 0 0   100%
moptipy / spaces / nparrayspace.py NPArraySpace.__init__   8 2 0   75%
moptipy / spaces / nparrayspace.py NPArraySpace.to_str   1 0 0   100%
moptipy / spaces / nparrayspace.py NPArraySpace.create   1 0 0   100%
moptipy / spaces / nparrayspace.py NPArraySpace.from_str   5 1 0   80%
moptipy / spaces / nparrayspace.py NPArraySpace.validate   6 2 0   67%
moptipy / spaces / nparrayspace.py NPArraySpace.__str__   1 0 0   100%
moptipy / spaces / nparrayspace.py NPArraySpace.log_parameters_to   3 0 0   100%
moptipy / spaces / nparrayspace.py (no function)   15 0 0   100%
moptipy / spaces / ordered_choices.py OrderedChoices.__init__   43 5 0   88%
moptipy / spaces / ordered_choices.py OrderedChoices.log_parameters_to   6 0 0   100%
moptipy / spaces / ordered_choices.py OrderedChoices.create   1 0 0   100%
moptipy / spaces / ordered_choices.py OrderedChoices.validate   12 2 0   83%
moptipy / spaces / ordered_choices.py OrderedChoices.n_points   5 0 0   100%
moptipy / spaces / ordered_choices.py OrderedChoices.__str__   1 0 0   100%
moptipy / spaces / ordered_choices.py OrderedChoices.is_compatible_with_permutations   1 0 0   100%
moptipy / spaces / ordered_choices.py OrderedChoices.signed_permutations   1 0 0   100%
moptipy / spaces / ordered_choices.py (no function)   19 0 0   100%
moptipy / spaces / permutations.py Permutations.__init__   28 4 0   86%
moptipy / spaces / permutations.py Permutations.has_repetitions   1 1 0   0%
moptipy / spaces / permutations.py Permutations.n   1 0 0   100%
moptipy / spaces / permutations.py Permutations.is_dense   1 0 0   100%
moptipy / spaces / permutations.py Permutations.log_parameters_to   7 0 0   100%
moptipy / spaces / permutations.py Permutations.create   1 0 0   100%
moptipy / spaces / permutations.py Permutations.validate   10 5 0   50%
moptipy / spaces / permutations.py Permutations.n_points   1 0 0   100%
moptipy / spaces / permutations.py Permutations.__str__   19 2 0   89%
moptipy / spaces / permutations.py Permutations.standard   1 0 0   100%
moptipy / spaces / permutations.py Permutations.with_repetitions   5 0 0   100%
moptipy / spaces / permutations.py (no function)   24 0 0   100%
moptipy / spaces / signed_permutations.py SignedPermutations.__init__   31 4 0   87%
moptipy / spaces / signed_permutations.py SignedPermutations.has_repetitions   1 1 0   0%
moptipy / spaces / signed_permutations.py SignedPermutations.n   1 0 0   100%
moptipy / spaces / signed_permutations.py SignedPermutations.is_dense   1 0 0   100%
moptipy / spaces / signed_permutations.py SignedPermutations.log_parameters_to   8 0 0   100%
moptipy / spaces / signed_permutations.py SignedPermutations.create   1 0 0   100%
moptipy / spaces / signed_permutations.py SignedPermutations.validate   12 6 0   50%
moptipy / spaces / signed_permutations.py SignedPermutations.n_points   1 0 0   100%
moptipy / spaces / signed_permutations.py SignedPermutations.__str__   19 2 0   89%
moptipy / spaces / signed_permutations.py SignedPermutations.standard   1 0 0   100%
moptipy / spaces / signed_permutations.py SignedPermutations.with_repetitions   5 0 0   100%
moptipy / spaces / signed_permutations.py (no function)   24 0 0   100%
moptipy / spaces / vectorspace.py VectorSpace.__init__   48 12 0   75%
moptipy / spaces / vectorspace.py VectorSpace.clipped   1 0 0   100%
moptipy / spaces / vectorspace.py VectorSpace.validate   10 0 0   100%
moptipy / spaces / vectorspace.py VectorSpace.n_points   15 8 0   47%
moptipy / spaces / vectorspace.py VectorSpace.__str__   1 0 0   100%
moptipy / spaces / vectorspace.py VectorSpace.log_bounds   6 0 0   100%
moptipy / spaces / vectorspace.py VectorSpace.log_parameters_to   2 0 0   100%
moptipy / spaces / vectorspace.py (no function)   18 0 0   100%
moptipy / tests / __init__.py (no function)   0 0 0   100%
moptipy / tests / algorithm.py validate_algorithm   102 22 0   78%
moptipy / tests / algorithm.py validate_algorithm.__k   3 0 0   100%
moptipy / tests / algorithm.py (no function)   15 0 0   100%
moptipy / tests / component.py validate_component   71 19 0   73%
moptipy / tests / component.py (no function)   7 0 0   100%
moptipy / tests / encoding.py validate_encoding   70 20 0   71%
moptipy / tests / encoding.py (no function)   6 0 0   100%
moptipy / tests / fitness.py _FRecord.__init__   2 0 0   100%
moptipy / tests / fitness.py validate_fitness   72 9 0   88%
moptipy / tests / fitness.py (no function)   13 0 0   100%
moptipy / tests / mo_algorithm.py validate_mo_algorithm   125 19 0   85%
moptipy / tests / mo_algorithm.py (no function)   21 0 0   100%
moptipy / tests / mo_archive_pruner.py __run_single_test   101 21 0   79%
moptipy / tests / mo_archive_pruner.py validate_mo_archive_pruner   19 7 0   63%
moptipy / tests / mo_archive_pruner.py (no function)   11 0 0   100%
moptipy / tests / mo_problem.py validate_mo_problem   100 34 0   66%
moptipy / tests / mo_problem.py (no function)   10 0 0   100%
moptipy / tests / objective.py validate_objective   72 26 0   64%
moptipy / tests / objective.py (no function)   8 0 0   100%
moptipy / tests / on_bitstrings.py dimensions_for_tests   4 0 0   100%
moptipy / tests / on_bitstrings.py bitstrings_for_tests   1 0 0   100%
moptipy / tests / on_bitstrings.py random_bit_string   4 0 0   100%
moptipy / tests / on_bitstrings.py validate_op0_on_1_bitstrings   6 1 0   83%
moptipy / tests / on_bitstrings.py validate_op0_on_bitstrings   2 0 0   100%
moptipy / tests / on_bitstrings.py validate_op1_on_1_bitstrings   6 1 0   83%
moptipy / tests / on_bitstrings.py validate_op1_on_bitstrings   2 2 0   0%
moptipy / tests / on_bitstrings.py validate_op1_with_step_size_on_1_bitstrings   6 1 0   83%
moptipy / tests / on_bitstrings.py validate_op1_with_step_size_on_bitstrings   2 0 0   100%
moptipy / tests / on_bitstrings.py validate_op2_on_1_bitstrings   6 1 0   83%
moptipy / tests / on_bitstrings.py validate_op2_on_bitstrings   2 0 0   100%
moptipy / tests / on_bitstrings.py validate_algorithm_on_bitstrings   18 5 0   72%
moptipy / tests / on_bitstrings.py validate_algorithm_on_onemax   4 0 0   100%
moptipy / tests / on_bitstrings.py validate_algorithm_on_leadingones   8 0 0   100%
moptipy / tests / on_bitstrings.py validate_mo_algorithm_on_bitstrings   15 5 0   67%
moptipy / tests / on_bitstrings.py validate_mo_algorithm_on_2_bitstring_problems   5 0 0   100%
moptipy / tests / on_bitstrings.py validate_mo_algorithm_on_3_bitstring_problems   5 0 0   100%
moptipy / tests / on_bitstrings.py verify_algorithms_equivalent   58 10 0   83%
moptipy / tests / on_bitstrings.py verify_algorithms_equivalent.ff   3 0 0   100%
moptipy / tests / on_bitstrings.py validate_fitness_on_bitstrings   30 8 0   73%
moptipy / tests / on_bitstrings.py (no function)   45 0 0   100%
moptipy / tests / on_jssp.py jssp_instances_for_tests   5 0 0   100%
moptipy / tests / on_jssp.py make_gantt_valid   5 0 0   100%
moptipy / tests / on_jssp.py make_gantt_valid.__make_valid   4 0 0   100%
moptipy / tests / on_jssp.py validate_algorithm_on_1_jssp   25 7 0   72%
moptipy / tests / on_jssp.py validate_algorithm_on_jssp   2 0 0   100%
moptipy / tests / on_jssp.py validate_objective_on_1_jssp   10 3 0   70%
moptipy / tests / on_jssp.py validate_objective_on_jssp   2 0 0   100%
moptipy / tests / on_jssp.py validate_mo_algorithm_on_1_jssp   20 5 0   75%
moptipy / tests / on_jssp.py validate_mo_algorithm_on_jssp   2 0 0   100%
moptipy / tests / on_jssp.py (no function)   27 0 0   100%
moptipy / tests / on_ordered_choices.py choices_for_tests   25 3 0   88%
moptipy / tests / on_ordered_choices.py make_choices_valid   2 0 0   100%
moptipy / tests / on_ordered_choices.py make_choices_valid.__make_valid   6 0 0   100%
moptipy / tests / on_ordered_choices.py validate_op0_on_1_choices   6 2 0   67%
moptipy / tests / on_ordered_choices.py validate_op0_on_choices   2 0 0   100%
moptipy / tests / on_ordered_choices.py (no function)   11 0 0   100%
moptipy / tests / on_permutations.py permutations_for_tests   8 1 0   88%
moptipy / tests / on_permutations.py make_permutation_valid   2 0 0   100%
moptipy / tests / on_permutations.py make_permutation_valid.__make_valid   3 0 0   100%
moptipy / tests / on_permutations.py validate_op0_on_1_permutations   6 2 0   67%
moptipy / tests / on_permutations.py validate_op0_on_permutations   2 0 0   100%
moptipy / tests / on_permutations.py validate_op1_on_1_permutations   6 1 0   83%
moptipy / tests / on_permutations.py validate_op1_on_permutations   2 0 0   100%
moptipy / tests / on_permutations.py validate_op1_with_step_size_on_1_permutations   6 1 0   83%
moptipy / tests / on_permutations.py validate_op1_with_step_size_on_permutations   2 0 0   100%
moptipy / tests / on_permutations.py validate_op2_on_1_permutations   6 1 0   83%
moptipy / tests / on_permutations.py validate_op2_on_permutations   2 0 0   100%
moptipy / tests / on_permutations.py (no function)   20 0 0   100%
moptipy / tests / on_signed_permutations.py signed_permutations_for_tests   8 3 0   62%
moptipy / tests / on_signed_permutations.py make_signed_permutation_valid   2 0 0   100%
moptipy / tests / on_signed_permutations.py make_signed_permutation_valid.__make_valid   4 0 0   100%
moptipy / tests / on_signed_permutations.py validate_op0_on_1_signed_permutations   6 2 0   67%
moptipy / tests / on_signed_permutations.py validate_op0_on_signed_permutations   2 0 0   100%
moptipy / tests / on_signed_permutations.py validate_op1_on_1_signed_permutations   6 1 0   83%
moptipy / tests / on_signed_permutations.py validate_op1_on_signed_permutations   2 0 0   100%
moptipy / tests / on_signed_permutations.py (no function)   14 0 0   100%
moptipy / tests / on_vectors.py __lbub   22 2 0   91%
moptipy / tests / on_vectors.py vectors_for_tests   18 1 0   94%
moptipy / tests / on_vectors.py validate_algorithm_on_vectors   20 9 0   55%
moptipy / tests / on_vectors.py make_vector_valid   2 0 0   100%
moptipy / tests / on_vectors.py make_vector_valid.__make_valid   2 0 0   100%
moptipy / tests / on_vectors.py validate_algorithm_on_ackley   1 0 0   100%
moptipy / tests / on_vectors.py validate_op0_on_1_vectors   6 1 0   83%
moptipy / tests / on_vectors.py validate_op0_on_vectors   2 0 0   100%
moptipy / tests / on_vectors.py (no function)   21 0 0   100%
moptipy / tests / op0.py validate_op0   37 9 0   76%
moptipy / tests / op0.py (no function)   8 0 0   100%
moptipy / tests / op1.py default_min_unique_samples   1 1 0   0%
moptipy / tests / op1.py validate_op1   46 12 0   74%
moptipy / tests / op1.py (no function)   9 0 0   100%
moptipy / tests / op1_with_step_size.py validate_op1_with_step_size   54 15 0   72%
moptipy / tests / op1_with_step_size.py (no function)   8 0 0   100%
moptipy / tests / op2.py validate_op2   65 17 0   74%
moptipy / tests / op2.py (no function)   8 0 0   100%
moptipy / tests / selection.py _FRecord.__init__   2 0 0   100%
moptipy / tests / selection.py _FRecord.__str__   1 1 0   0%
moptipy / tests / selection.py __join   14 5 0   64%
moptipy / tests / selection.py validate_selection   82 16 0   80%
moptipy / tests / selection.py validate_selection.fitness   1 0 0   100%
moptipy / tests / selection.py (no function)   12 0 0   100%
moptipy / tests / space.py validate_space   61 22 0   64%
moptipy / tests / space.py (no function)   8 0 0   100%
moptipy / utils / __init__.py (no function)   0 0 0   100%
moptipy / utils / formatted_string.py FormattedStr.__new__   15 4 0   73%
moptipy / utils / formatted_string.py FormattedStr.add_format   12 3 0   75%
moptipy / utils / formatted_string.py FormattedStr.number   10 1 0   90%
moptipy / utils / formatted_string.py FormattedStr.special   1 0 0   100%
moptipy / utils / formatted_string.py (no function)   24 0 0   100%
moptipy / utils / help.py moptipy_argparser   1 0 0   100%
moptipy / utils / help.py (no function)   4 0 0   100%
moptipy / utils / html.py HTML.begin_table_body   1 0 0   100%
moptipy / utils / html.py HTML.end_table_body   1 0 0   100%
moptipy / utils / html.py HTML.begin_table_header   1 0 0   100%
moptipy / utils / html.py HTML.end_table_header   1 0 0   100%
moptipy / utils / html.py HTML.begin_table_row   1 0 0   100%
moptipy / utils / html.py HTML.end_table_row   1 0 0   100%
moptipy / utils / html.py HTML.begin_table_cell   9 1 0   89%
moptipy / utils / html.py HTML.end_table_cell   1 0 0   100%
moptipy / utils / html.py HTML.text   34 15 0   56%
moptipy / utils / html.py HTML.__str__   1 0 0   100%
moptipy / utils / html.py HTML.instance   5 0 0   100%
moptipy / utils / html.py (no function)   19 0 0   100%
moptipy / utils / lang.py Lang.__init__   24 7 0   71%
moptipy / utils / lang.py Lang.extend   13 5 0   62%
moptipy / utils / lang.py Lang.filename   2 0 0   100%
moptipy / utils / lang.py Lang.__repr__   1 1 0   0%
moptipy / utils / lang.py Lang.__getitem__   3 1 0   67%
moptipy / utils / lang.py Lang.format_str   4 1 0   75%
moptipy / utils / lang.py Lang.font   1 0 0   100%
moptipy / utils / lang.py Lang.format_int   18 1 0   94%
moptipy / utils / lang.py Lang.__get_langs   4 0 0   100%
moptipy / utils / lang.py Lang.get   5 1 0   80%
moptipy / utils / lang.py Lang.current   4 1 0   75%
moptipy / utils / lang.py Lang.set_current   2 0 0   100%
moptipy / utils / lang.py Lang.all_langs   3 0 0   100%
moptipy / utils / lang.py Lang.translate   1 0 0   100%
moptipy / utils / lang.py Lang.translate_call   2 0 0   100%
moptipy / utils / lang.py Lang.translate_call.__trc   1 0 0   100%
moptipy / utils / lang.py Lang.translate_func   2 0 0   100%
moptipy / utils / lang.py Lang.translate_func.__tf   1 0 0   100%
moptipy / utils / lang.py __get_font   36 5 0   86%
moptipy / utils / lang.py (no function)   34 0 0   100%
moptipy / utils / latex.py LaTeX.begin_table_body   1 0 0   100%
moptipy / utils / latex.py LaTeX.end_table_body   1 0 0   100%
moptipy / utils / latex.py LaTeX.begin_table_header   1 0 0   100%
moptipy / utils / latex.py LaTeX.end_table_header   1 0 0   100%
moptipy / utils / latex.py LaTeX.end_table_section   1 0 0   100%
moptipy / utils / latex.py LaTeX.end_table_section_header   1 0 0   100%
moptipy / utils / latex.py LaTeX.end_table_row   1 0 0   100%
moptipy / utils / latex.py LaTeX.begin_table_cell   2 0 0   100%
moptipy / utils / latex.py LaTeX.text   35 14 0   60%
moptipy / utils / latex.py LaTeX.__str__   1 0 0   100%
moptipy / utils / latex.py LaTeX.instance   5 0 0   100%
moptipy / utils / latex.py (no function)   19 0 0   100%
moptipy / utils / logger.py Logger.__init__   12 3 0   75%
moptipy / utils / logger.py Logger.__enter__   1 0 0   100%
moptipy / utils / logger.py Logger._error   1 1 0   0%
moptipy / utils / logger.py Logger.__exit__   6 1 0   83%
moptipy / utils / logger.py Logger._open_section   12 4 0   67%
moptipy / utils / logger.py Logger._close_section   5 1 0   80%
moptipy / utils / logger.py Logger._comment   6 2 0   67%
moptipy / utils / logger.py Logger._write   9 4 0   56%
moptipy / utils / logger.py Logger.key_values   1 0 0   100%
moptipy / utils / logger.py Logger.csv   1 0 0   100%
moptipy / utils / logger.py Logger.text   1 0 0   100%
moptipy / utils / logger.py FileLogger.__init__   5 1 0   80%
moptipy / utils / logger.py PrintLogger.__init__   1 1 0   0%
moptipy / utils / logger.py InMemoryLogger.__init__   2 0 0   100%
moptipy / utils / logger.py InMemoryLogger.get_log   1 0 0   100%
moptipy / utils / logger.py LogSection.__init__   4 0 0   100%
moptipy / utils / logger.py LogSection.__enter__   1 0 0   100%
moptipy / utils / logger.py LogSection.__exit__   4 0 0   100%
moptipy / utils / logger.py LogSection.comment   1 0 0   100%
moptipy / utils / logger.py CsvLogSection.__init__   8 2 0   75%
moptipy / utils / logger.py CsvLogSection.row   4 1 0   75%
moptipy / utils / logger.py KeyValueLogSection.__init__   11 2 0   82%
moptipy / utils / logger.py KeyValueLogSection.key_value   19 1 0   95%
moptipy / utils / logger.py KeyValueLogSection.scope   1 0 0   100%
moptipy / utils / logger.py TextLogSection.__init__   2 0 0   100%
moptipy / utils / logger.py parse_key_values   17 5 0   71%
moptipy / utils / logger.py (no function)   50 0 0   100%
moptipy / utils / markdown.py Markdown.end_table_header   9 1 0   89%
moptipy / utils / markdown.py Markdown.begin_table_row   2 1 0   50%
moptipy / utils / markdown.py Markdown.end_table_row   1 0 0   100%
moptipy / utils / markdown.py Markdown.begin_table_cell   1 0 0   100%
moptipy / utils / markdown.py Markdown.text   35 6 0   83%
moptipy / utils / markdown.py Markdown.__str__   1 0 0   100%
moptipy / utils / markdown.py Markdown.instance   5 0 0   100%
moptipy / utils / markdown.py (no function)   16 0 0   100%
moptipy / utils / math.py __try_int   5 0 0   100%
moptipy / utils / math.py try_int   11 0 0   100%
moptipy / utils / math.py try_int_div   4 0 0   100%
moptipy / utils / math.py try_float_div   8 0 0   100%
moptipy / utils / math.py __bin_search_root   14 0 0   100%
moptipy / utils / math.py try_int_root   74 19 0   74%
moptipy / utils / math.py (no function)   12 0 0   100%
moptipy / utils / nputils.py is_np_int   1 0 0   100%
moptipy / utils / nputils.py is_np_float   1 0 0   100%
moptipy / utils / nputils.py int_range_to_dtype   24 1 0   96%
moptipy / utils / nputils.py dtype_for_data   20 0 0   100%
moptipy / utils / nputils.py np_ints_max   1 1 0   0%
moptipy / utils / nputils.py rand_seed_generate   3 1 0   67%
moptipy / utils / nputils.py rand_seed_check   1 0 0   100%
moptipy / utils / nputils.py rand_generator   1 0 0   100%
moptipy / utils / nputils.py rand_seeds_from_str   23 5 0   78%
moptipy / utils / nputils.py is_all_finite   4 4 0   0%
moptipy / utils / nputils.py numpy_type_to_str   1 0 0   100%
moptipy / utils / nputils.py np_to_py_number   10 0 0   100%
moptipy / utils / nputils.py array_to_str   10 2 0   80%
moptipy / utils / nputils.py fill_in_canonical_permutation   2 2 0   0%
moptipy / utils / nputils.py (no function)   39 0 0   100%
moptipy / utils / number_renderer.py default_get_int_renderer   1 0 0   100%
moptipy / utils / number_renderer.py default_get_float_format   34 9 0   74%
moptipy / utils / number_renderer.py NumberRenderer.__init__   16 6 0   62%
moptipy / utils / number_renderer.py NumberRenderer.derive   3 0 0   100%
moptipy / utils / number_renderer.py NumberRenderer.render   62 8 0   87%
moptipy / utils / number_renderer.py NumberRenderer.render.__toint   4 1 0   75%
moptipy / utils / number_renderer.py NumberRenderer.render.__toint2   3 0 0   100%
moptipy / utils / number_renderer.py NumberRenderer.render.__render_float   21 2 0   90%
moptipy / utils / number_renderer.py (no function)   13 0 0   100%
moptipy / utils / plot_defaults.py str_to_palette   22 4 0   82%
moptipy / utils / plot_defaults.py distinct_colors   15 1 0   93%
moptipy / utils / plot_defaults.py distinct_line_dashes   4 1 0   75%
moptipy / utils / plot_defaults.py distinct_markers   5 1 0   80%
moptipy / utils / plot_defaults.py importance_to_line_width   8 3 0   62%
moptipy / utils / plot_defaults.py importance_to_alpha   8 0 0   100%
moptipy / utils / plot_defaults.py create_line_style   3 0 0   100%
moptipy / utils / plot_defaults.py importance_to_font_size   12 0 0   100%
moptipy / utils / plot_defaults.py rgb_to_gray   1 0 0   100%
moptipy / utils / plot_defaults.py text_color_for_background   5 0 0   100%
moptipy / utils / plot_defaults.py (no function)   39 0 0   100%
moptipy / utils / plot_utils.py create_figure   40 12 0   70%
moptipy / utils / plot_utils.py __divide_evenly   9 1 0   89%
moptipy / utils / plot_utils.py create_figure_with_subplots   98 21 0   79%
moptipy / utils / plot_utils.py save_figure   37 8 0   78%
moptipy / utils / plot_utils.py label_box   35 5 0   86%
moptipy / utils / plot_utils.py label_axes   14 2 0   86%
moptipy / utils / plot_utils.py get_axes   22 16 0   27%
moptipy / utils / plot_utils.py get_renderer   10 3 0   70%
moptipy / utils / plot_utils.py cm_to_inch   9 5 0   44%
moptipy / utils / plot_utils.py get_label_colors   4 1 0   75%
moptipy / utils / plot_utils.py get_label_colors.__get_color   22 8 0   64%
moptipy / utils / plot_utils.py (no function)   30 0 0   100%
moptipy / utils / strings.py num_to_str_for_name   1 0 0   100%
moptipy / utils / strings.py name_str_to_num   1 0 0   100%
moptipy / utils / strings.py beautify_float_str   15 2 0   87%
moptipy / utils / strings.py __replace_double   1 0 0   100%
moptipy / utils / strings.py sanitize_name   15 2 0   87%
moptipy / utils / strings.py sanitize_names   1 0 0   100%
moptipy / utils / strings.py (no function)   19 0 0   100%
moptipy / utils / sys_info.py __cpu_affinity   10 2 0   80%
moptipy / utils / sys_info.py add_dependency   7 7 0   0%
moptipy / utils / sys_info.py __make_sys_info   77 6 0   92%
moptipy / utils / sys_info.py __make_sys_info.__v   6 2 0   67%
moptipy / utils / sys_info.py __make_sys_info.__get_processor_name   9 2 0   78%
moptipy / utils / sys_info.py __make_sys_info.__get_mem_size_sysconf   20 9 0   55%
moptipy / utils / sys_info.py __make_sys_info.__get_mem_size_meminfo   8 8 0   0%
moptipy / utils / sys_info.py __make_sys_info.__get_mem_size   6 2 0   67%
moptipy / utils / sys_info.py __make_sys_info.__make_mhz_str   2 0 0   100%
moptipy / utils / sys_info.py get_sys_info   7 0 0   100%
moptipy / utils / sys_info.py update_sys_info_cpu_affinity   16 3 0   81%
moptipy / utils / sys_info.py log_sys_info   2 0 0   100%
moptipy / utils / sys_info.py (no function)   24 0 0   100%
moptipy / utils / table.py Table.__init__   23 5 0   78%
moptipy / utils / table.py Table._begin_rows   40 14 0   65%
moptipy / utils / table.py Table._end_rows   43 17 0   60%
moptipy / utils / table.py Table._begin_row   29 14 0   52%
moptipy / utils / table.py Table._end_row   14 6 0   57%
moptipy / utils / table.py Table._cell   17 5 0   71%
moptipy / utils / table.py Table._cell.__printit   10 1 0   90%
moptipy / utils / table.py Table.header   1 0 0   100%
moptipy / utils / table.py Table.section   1 0 0   100%
moptipy / utils / table.py Table.__enter__   4 1 0   75%
moptipy / utils / table.py Table.__exit__   14 5 0   64%
moptipy / utils / table.py Rows.__init__   4 1 0   75%
moptipy / utils / table.py Rows.__enter__   2 0 0   100%
moptipy / utils / table.py Rows.__exit__   2 0 0   100%
moptipy / utils / table.py Rows.row   1 0 0   100%
moptipy / utils / table.py Rows.full_row   7 2 0   71%
moptipy / utils / table.py Rows.cols   12 3 0   75%
moptipy / utils / table.py Section.__init__   1 0 0   100%
moptipy / utils / table.py Section.header   1 0 0   100%
moptipy / utils / table.py Row.__init__   4 1 0   75%
moptipy / utils / table.py Row.cell   1 0 0   100%
moptipy / utils / table.py Row.__enter__   2 0 0   100%
moptipy / utils / table.py Row.__exit__   2 0 0   100%
moptipy / utils / table.py (no function)   32 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.begin_table_body   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.end_table_body   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.begin_table_header   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.end_table_header   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.begin_table_section   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.end_table_section   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.begin_table_section_header   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.end_table_section_header   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.begin_table_row   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.end_table_row   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.begin_table_cell   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.end_table_cell   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.text   0 0 0   100%
moptipy / utils / text_format.py TextFormatDriver.filename   21 7 0   67%
moptipy / utils / text_format.py (no function)   23 0 0   100%
moptipy / version.py (no function)   2 0 0   100%
Total     18973 4329 0   77%

No items found using the specified filter.