@timmeck/marketing-brain 1.32.63 → 1.32.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -130,7 +130,7 @@ export class MarketingCore {
130
130
  this.researchEngine = new ResearchEngine(config.research, postRepo, engagementRepo, campaignRepo, templateRepo, insightRepo, synapseManager);
131
131
  try {
132
132
  runHypothesisMigration(db);
133
- const hypothesisEngine = new HypothesisEngine(db, { minEvidence: 3, confirmThreshold: 0.10, rejectThreshold: 0.5 });
133
+ const hypothesisEngine = new HypothesisEngine(db, { minEvidence: 3, confirmThreshold: 0.20, rejectThreshold: 0.5 });
134
134
  this.researchEngine.setHypothesisEngine(hypothesisEngine);
135
135
  logger.info('HypothesisEngine wired into marketing research');
136
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timmeck/marketing-brain",
3
- "version": "1.32.63",
3
+ "version": "1.32.65",
4
4
  "description": "Self-learning marketing intelligence system with Hebbian synapse network",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",