Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 28, 2024
1 parent 13b655d commit 2fc33fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/lib/analysis/compounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import type { AtomInterface, LinkInterface } from '../types/atomic';
import type {
Compound,
CompoundsAnalyzerSummary,
CompoundsCollectorInterface, ExtendedStatSummary,
CompoundsCollectorInterface,
ExtendedStatSummary,
StatSummary,
} from '../types/analysis';
import { createFilledArray, createVector, round } from '../math';
Expand Down
3 changes: 1 addition & 2 deletions src/lib/types/genetic.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { InitialConfig, RandomTypesConfig, TypesConfig, WorldConfig } from './config';
import type { StatSummary, SummaryMatrixRowObject, TotalSummaryWeights } from '../types/analysis';
import { createFilledArray } from "@/lib/math";
import type { SummaryMatrixRowObject, TotalSummaryWeights } from '../types/analysis';

export type GeneticSearchMacroConfig = {
populationSize: number;
Expand Down

0 comments on commit 2fc33fb

Please sign in to comment.