Skip to main content Skip to search Skip to main navigation

Same projects. Different combination. Greater results.

You can achieve higher returns with your existing projects.

We calculate the optimum scenario - before you decide.

Free of charge. Without obligation. Based on your existing projects.

StratePlan calculates the optimal portfolio where traditional tools reach their limits.

Instead of evaluating projects in isolation, we analyze all possible combinations - and identify the best solution.

The global optimum is not an assumption - it can be calculated.

Select business area:

Why computational intelligence does not make portfolio decisions


Learning Systems vs. Decision Systems - and why global optimization architectures are a category of their own

Executive Summary

In recent years, the term "artificial intelligence" has become a generic term for almost every form of data-driven decision support. Deep learning, neural networks, reinforcement learning and related methods are increasingly understood as universal problem solvers - also in the context of strategic investment and portfolio decisions.

However, this equation is structurally incorrect.

Computational intelligence (CI) - essentially consisting of neural networks, evolutionary algorithms, swarm intelligence, fuzzy systems and probabilistic methods - has historically emerged as a response to imprecise, non-linear and stochastic real-world problems. CI systems learn patterns, approximate functions and adaptively adjust to new data.

Portfolio and investment decisions, however, follow a different logic.

They are not pattern recognition problems. They are combinatorial optimization problems under constraints, budget restrictions, interdependencies and regulatory framework conditions. While learning systems calculate probabilities, decision systems have to make discrete selection decisions - in exponentially growing decision spaces.

The difference is fundamental.

This paper analyzes the structural difference between adaptive learning systems and global decision architectures, explains the mathematical nature of exponential portfolio spaces, and shows why ex-ante global optimization is a distinct category of algorithmic intelligence.

1. The misconception: pattern recognition is not a decision

The successes of modern AI systems are undeniable. Language models generate coherent texts. Image recognition systems identify objects with high accuracy. Reinforcement learning architectures beat world champions in complex games.

However, these systems solve a specific problem:

They approximate an unknown function based on observed data.

Formally speaking, they minimize an error term between prediction and reality. The target value is statistical. The quality is measured using accuracy, loss functions or confidence intervals.

Portfolio decisions follow a different structure.

Here there is no continuous target variable that is approximated. Instead, there is a set of discrete options that are either selected or not selected. Each combination changes budget, risk, resource utilization and strategic direction.

A simple example illustrates the difference:

A neural network can predict with high probability how a market segment will develop. However, the decision as to which 12 of 47 possible investment projects will be realized within a budget of €100 million is not a prediction problem - but a combinatorial selection problem.

The system does not have to learn what a pattern looks like. It has to calculate a global selection under constraints.

This structural difference is overlooked in many organizations.

2. Learning systems vs. decision systems

In order to understand the difference precisely, a systematic comparison is necessary.

Learning Systems

  • Optimize statistical error functions
  • Work with training and test data
  • Provide probabilities or continuous outputs
  • Are often stochastic
  • Have no inherent constraint logic
  • Do not guarantee global decision optimality

Decision systems

  • Optimize a discrete objective function
  • Consider hard constraints
  • Work in a complete combination space
  • Require bounds and dominance logic
  • Require global consistency
  • Can provide optimality certificates

The difference is not in the "level of intelligence", but in the problem class.

Learning systems answer the question:

What is probable?

Decision systems answer the question:

Which combination is optimal?

3. The exponential decision space

The central mathematical challenge of portfolio decisions is exponential combinatorics.

With N projects, there are 2N possible combinations.

  • 10 projects → 1,024 combinations
  • 20 projects → 1,048,576 combinations
  • 30 projects → 1,073,741,824 combinations
  • 50 projects → over 1 quadrillion combinations

Each of these combinations represents a potential capital allocation with its own risk and return profile.

In addition, there are also

  • Budget restrictions
  • logical dependencies
  • Resource limitations
  • strategic priorities
  • regulatory requirements

The problem is not forecasting individual project values. The problem is the simultaneous evaluation of all permissible combinations.

Heuristic methods search parts of this space. Exact methods structure it systematically.

4. Heuristic methods and their structural limits

Evolutionary algorithms, swarm intelligence and other CI methods use population-based search strategies.

They are efficient if:

  • The search space is continuous
  • Approximation is sufficient
  • No proof of optimality is required

However, they do not guarantee that the global optimum will be found. They provide good solutions - not necessarily the best.

This is acceptable for image classification.

For multi-billion dollar investment decisions, a different governance question arises.

5. Exact optimization architectures

This is where another class of algorithmic systems begins.

Mixed-integer programming enables the modeling of discrete decisions under linear constraints.

Branch-and-bound systematically decomposes the search space and mathematically excludes irrelevant areas.

Constraint programming uses logical consistency to reduce combinatorial explosion.

Stochastic programming formally integrates uncertainty into the optimization model.

Robust optimization protects against worst-case scenarios.

Global Optimization Theory provides convergence proofs and optimality certificates.

These methods are not learning algorithms. They are decision architectures.

6. Governance and accountability

Strategic investment decisions are not only about accuracy, but also about accountability.

An approximate result can be plausible. However, it cannot prove that no better alternative exists.

A global optimization approach can - under defined assumptions - provide proof of optimality.

This difference is relevant from a regulatory, liability and strategic perspective.

7. From AI to decision intelligence

Not every intelligent system is a decision-making system.

Decision intelligence in the sense of global portfolio optimization means

  • Complete analysis of the combination space
  • Structural barrier formation
  • Dominance elimination
  • Ex-ante calculation of optimal configurations

This is not an extension of machine learning. It is a different category of algorithmic architecture.

While learning systems extract knowledge, decision systems construct optimal states.

The distinction is fundamental.

8. The math behind portfolio decisions

To fully understand the structural difference between learning systems and decision architectures, the mathematical nature of portfolio decisions must be explicitly considered.

A strategic investment decision can be formally represented as an optimization problem:

Maximize: f(x)

Under the constraints:

  • Ax ≤ b (budget and resource constraints)
  • x ∈ {0,1}N (discrete selection)
  • logical dependencies between projects
  • Risk limits
  • minimum strategic requirements

The decision vector x describes which projects are selected. Each variable can only assume two states: realize or not realize.

The target function can contain several dimensions:

  • Return on investment
  • Cash flow profile
  • Key risk figures
  • strategic priority
  • Capital commitment

Even a moderate number of projects creates a combinatorial space that grows exponentially. This property is not a software problem. It is mathematically inherent.

A learning system would attempt to forecast project values.

A decision system, however, must evaluate all permissible combinations under constraints.

This is the structural difference.

9. Why approximation is not the same as optimality

Heuristic methods can find very good solutions. In many technical applications, they are efficient and sufficient.

However, there is a qualitative difference between "very good" and "globally optimal".

An approximate solution answers the question:

Is this solution good?

A global optimization answers the question:

Does a better solution exist?

This difference is not semantic, but structural.

A CFO does not need to know whether an investment combination appears plausible. He needs to know whether it is the best available alternative under the given restrictions.

Without a complete or systematically limited search of the decision space, this question remains unanswered.

10. Branch-and-bound and structural constraints

Branch-and-bound methods are an example of how an exponential search space can be structurally controlled.

The space is divided into subspaces (branching). An upper and lower bound is calculated for each subspace (bounding).

If a bound proves that no better result can be found than the best so far, this subspace is excluded.

This is not a heuristic search, but a mathematical exclusion.

This logic is crucial:

The system does not have to fully evaluate every combination. However, it must prove that non-evaluated combinations do not exceed the optimum.

This is structurally different from stochastic search.

11. Mixed-integer programming as a decision model

Mixed-Integer Programming (MIP) provides a formal modeling framework to combine discrete and continuous variables.

It allows

  • exact mapping of budget constraints
  • logical project dependencies
  • Capacity limits
  • linear and non-linear targets

In conjunction with branch-and-bound or cutting-plane procedures, a decision architecture is created that not only finds solutions, but also certifies their optimality.

This is particularly relevant when decisions are capital-intensive or regulatory sensitive.

12. Uncertainty: stochastic vs. robust

Many organizations argue that uncertainty makes exact optimization impossible.

This is a misunderstanding.

Stochastic programming explicitly integrates scenarios into the model. Robust optimization defines uncertainty sets and optimizes against the worst case.

Uncertainty is not ignored. It is formally modeled.

This distinguishes structured decision architectures from purely data-driven approximations.

13. Governance and auditability

Strategic decisions are increasingly subject to regulatory control.

Questions that arise:

  • Why was project A realized and project B not?
  • Were all alternatives considered?
  • Was the budget used optimally?
  • Is there a comprehensible decision-making process?

Heuristic systems often do not provide complete transparency about rejected alternatives.

Global optimization architectures, on the other hand, provide documentation:

  • Search space reductions
  • Dominance relations
  • Proofs of bounds
  • Optimality certificates

This creates auditability and traceability.

14. Decision Intelligence as an independent category

Decision intelligence is not a subcategory of machine learning.

It is an independent class of algorithmic systems that:

  • model complete decision spaces
  • use combinatorial structures
  • Integrate constraints
  • enforce global consistency
  • Enable optimality proofs

While learning systems calculate probabilities, decision intelligence constructs optimal states.

15. Ex-ante instead of ex-post

Many organizations analyze decisions after the fact.

Ex-ante optimization means

The best configuration is calculated before capital is committed.

This not only reduces opportunity costs, but also structural misallocations.

16. From combinatorial explosion to structural controllability

Exponential spaces are not unsolvable.

They are challenging.

Through:

  • Dominance elimination
  • Barrier formation
  • Redundancy utilization
  • Parallelization
  • Structural analysis

a decision space can be systematically reduced.

However, this requires an architecture that is designed for decision structure and not for pattern recognition.

17. The role of StratePlan

StratePlan is designed as a global decision architecture.

It is not a prediction model and not a pure machine learning system.

The architecture analyzes complete portfolio combination spaces under constraints, budget restrictions and multi-objective requirements.

The global optimum is calculated ex-ante through systematic constraint formation, combinatorial structure reduction and algorithmic redundancy utilization.

Not plausible. Not simulated. Not approximated.

But structurally determined.

18. CFO perspective: capital allocation as an optimization problem

For CFOs, capital is not a statistical expected value, but a scarce resource.

Every investment has opportunity costs.

A non-optimal combination means

  • missed returns
  • unnecessary capital commitment
  • strategic misweighting

Ex-ante global optimization transforms capital allocation from a plausible decision to a calculated one.

19. Conclusion: Not every intelligent system makes optimal decisions

Computational intelligence is powerful and indispensable in many domains.

However, it primarily solves learning problems.

Portfolio and investment decisions are structurally combinatorial optimization problems.

They require decision architectures that:

  • consider the complete space
  • Integrate constraints
  • Model uncertainty formally
  • can prove global optimality

Decision intelligence begins where approximation ends.

The global optimum is not an opinion.

It is a property of the data - and of the structure of the decision space.

FAQ - Learning Systems, Decision Systems and Global Portfolio Optimization

1. Isn't computational intelligence already sufficiently powerful for portfolio decisions?

Computational intelligence is extremely powerful in many fields of application - especially in pattern recognition, forecasting and adaptive control. However, portfolio decisions represent a different class of problems.

While CI systems calculate probabilities or approximate solutions, portfolio decisions require the discrete selection of an optimal combination under constraints. The mathematical structure is fundamentally different: forecasting is a continuous approximation problem, portfolio selection is a combinatorial optimization problem.

CI can provide support. However, it does not replace a global decision architecture.

2. Why is a "very good" solution not enough?

In operational applications, a very good solution may be sufficient. In capital-intensive strategic decisions, however, it is crucial whether a better alternative exists.

A heuristic solution may appear plausible. However, it cannot prove that no better combination exists within the permissible constraints.

Global optimization answers precisely this question.

3. Aren't exponential decision spaces fundamentally unsolvable?

Exponential decision spaces are challenging, but not unsolvable. The complete enumeration of all combinations is often not necessary in practice.

The effective search space can be drastically reduced by creating bounds, dominance relations, structure reduction and systematic search methods such as branch-and-bound.

The question is not whether the space is growing exponentially - but whether an architecture exists that can control it structurally.

4. What distinguishes branch-and-bound from heuristic search?

Heuristic search evaluates samples in the decision space. Branch-and-bound systematically decomposes the space and mathematically excludes subspaces if they cannot outperform the optimum.

The decisive difference lies in the proof of optimality. Heuristics find good solutions. Branch-and-bound can prove that no better solution exists.

5. Isn't mixed-integer programming too slow for large portfolios?

Mixed-integer programming is computationally intensive. However, modern solvers combine branch-and-bound, cutting plans, heuristics and parallelization.

In addition, the solvability depends less on the pure problem size than on the structure of the model. Structured portfolio models can often be solved much more efficiently than unstructured search spaces would suggest.

The decisive factor is the architecture - not just the number of variables.

6. How is uncertainty taken into account in global optimization?

Uncertainty can be formally integrated, for example through

  • stochastic programming with scenario trees
  • Expected value optimization
  • Conditional value at risk (CVaR)
  • robust optimization against uncertainty quantities

Uncertainty is thus not ignored, but explicitly modeled.

7. Does global optimization mean deterministic rigidity?

No. Deterministic in this context does not mean rigid, but comprehensible and structurally consistent.

A global optimization model can be parameterized flexibly. Changes to assumptions lead to new calculated optima. The flexibility lies in the parameters - not in the arbitrariness of the solution.

8. How does Decision Intelligence differ from Machine Learning?

Machine learning extracts patterns from data and generates predictions. Decision Intelligence models decision spaces and calculates optimal states under constraints.

Machine Learning answers the question: "What is probable?"

Decision Intelligence answers the question: "Which permissible combination maximizes the target value?"

Both can be combined - but they solve different problem classes.

9. Can machine learning be part of a decision architecture?

Yes, forecasting models can, for example, provide input parameters for an optimization model, such as expected cash flows or risk values.

However, the optimization itself remains an independent step that calculates discrete selection decisions under constraints.

10. Why is governance a key argument for global optimization?

Strategic investment decisions are increasingly subject to regulatory control and internal audit.

An approximate method can rarely transparently show which alternatives have been considered and rejected.

A global optimization procedure documents systematically:

  • evaluated combinations
  • excluded sub-areas
  • Dominance relationships
  • Proofs of optimality

This increases auditability and decision traceability.

11. How does global optimization relate to NP-hard problems?

Many portfolio decisions are NP-hard. This does not mean that they are unsolvable. It means that in the worst case no polynomial runtime can be guaranteed.

In practice, real-world problems are often structured so that efficient solutions are possible. In addition, modern computing architectures enable parallelization and heuristic acceleration within an exact framework.

12. Is global optimization always necessary?

Not in every situation.

Approximation may be sufficient for operational, short-term or low-value decisions.

However, the higher the capital commitment, strategic relevance and regulatory sensitivity, the greater the need for structural optimality.

13. How does a global decision architecture scale?

Scaling takes place via:

  • Parallelization
  • Barrier formation
  • Dominance reduction
  • Model structuring
  • Problem decomposition

The decisive factor is that scaling is not achieved by random search, but by structural reduction.

14. How is multi-objective optimization integrated?

Multi-objective optimization can be mapped using weighted objective functions, Pareto front analysis or lexicographic prioritization.

The architecture must not ignore conflicting objectives, but systematically map them.

15. What does "The global optimum is a property of the data" mean?

A mathematically optimal solution exists under defined parameters, restrictions and target functions. This is not an opinion, but the result of structural calculation.

If parameters change, the optimum changes. However, the existence of an optimum is independent of subjective preference.

16. How does simulation differ from optimization?

Simulation evaluates scenarios. Optimization systematically searches the solution space and identifies the best admissible alternative.

Simulation answers: "What happens if?"

Optimization answers: "Which decision maximizes the target value among all permissible alternatives?"

17. How does ex-ante optimization reduce opportunity costs?

Opportunity costs arise when a better alternative exists but is not realized.

Global calculation reduces the probability of structural misallocation, as all permissible combinations are considered or mathematically excluded.

18. Is Decision Intelligence a substitute for management?

No. It does not replace strategic goal definition or normative prioritization.

However, it does replace intuitive, heuristic or politically biased allocation decisions with structural calculation.

19. How is transparency ensured?

Transparency is created by

  • clear modeling of the constraints
  • documented target functions
  • comprehensible boundary formation
  • reproducible calculation processes

This enables traceability at board and audit level.

20. When does Decision Intelligence begin?

Decision Intelligence begins when organizations recognize that complex investment decisions are not forecasting problems, but combinatorial structural problems.

It begins where approximation is no longer sufficient - and structural optimality becomes necessary.


Supplementary FAQ - Why classical AI fails structurally in portfolio decisions

1. Why can't a neural network simply learn the optimal portfolio?

A neural network learns a function based on historical data. It approximates correlations between inputs and target values.

However, the optimal portfolio is not an observable target variable, but the result of a discrete combination decision under constraints.

There is no training data set that correctly classifies all possible combinations as "optimal" or "non-optimal".

The optimum is not a historical observation - it is a mathematical property of the complete decision space.

2. Why can't reinforcement learning guarantee optimal capital allocation?

Reinforcement learning optimizes via exploratory interaction with an environment. It learns policies via reward functions.

However, portfolio decisions are not sequential trial-and-error processes, but one-off, highly capitalized discrete decisions under restrictions.

Exploration in real space is not possible here. Wrong decisions are irreversible and expensive.

RL can learn adaptive strategies. However, it cannot systematically prove a complete combinatorial space.

3. Why is prediction not equal to optimization?

Classical AI systems are prediction machines.

They answer questions like:

  • How is project A likely to develop?
  • What is the probability of failure?
  • How is the market changing?

However, optimization answers:

Which combination of all projects maximizes the target figure under budget and risk restrictions?

Prediction is input. Optimization is decision logic.

Confusing the two is a category error.

4. Why does classic AI scale poorly in exponential decision spaces?

Machine learning models scale with data volume, not with combinatorial structure.

A portfolio of 40 projects generates over a trillion possible combinations. These combinations do not exist as training examples.

A model cannot learn combinations that have never been explicitly evaluated.

Exponential decision spaces require structural search and boundary logic - not pattern generalization.

5. Why do heuristic AI methods not provide governance certainty?

Heuristic methods provide good or very good solutions.

However, they usually cannot document

  • which combinations have been structurally excluded
  • whether a better solution exists
  • which dominance relations applied

Plausibility is not sufficient for board and revision security. Structural traceability is required.

6. Why is the black box problem particularly critical here?

In image classification or text generation, a lack of complete interpretability is tolerable.

In capital allocation, it is problematic.

When budgets in the billions are allocated, it must be possible to explain them:

  • Why was this combination chosen?
  • Which alternatives were rejected?
  • Which constraints were binding?

Black-box approximation is no substitute for a structural proof of decision.

7. Why is simulation not a solution?

Simulation evaluates scenarios.

It answers questions such as:

  • What happens if we choose this combination?
  • How does the portfolio behave under certain assumptions?

However, it does not answer

Which permissible combination is the best among all alternatives?

Simulation is exploratory. Optimization is selective.

8. Why is "AI-supported decision support" often only forecast support?

Many systems labeled as "AI-supported" deliver:

  • Score values
  • Risk forecasts
  • Prioritization recommendations

The final selection is often still made heuristically or politically.

Structural decision optimization replaces this heuristic final selection with systematic calculation.

9. Why does classic AI fail, especially with constraints?

Machine learning models are not primarily designed to guarantee hard logical restrictions.

However, budget restrictions, capacity limits or regulatory requirements are not soft - they are binding.

Optimization models integrate these constraints formally. Learning models often approximate them implicitly or downstream.

This is structurally different.

10. Why is "more data" not a solution?

More data improves forecast accuracy.

However, it does not reduce the combinatorial explosion of discrete decision spaces.

The number of possible portfolios does not depend on the amount of data, but on the number of discrete projects.

Exponential structure cannot be eliminated by data scaling.

11. Why is local optimization not sufficient?

Many AI methods converge to local optima or stable states.

Portfolio decisions require a global view.

A local optimum can be suboptimal if another combination - structurally further away - offers higher target fulfillment.

Global optimization prevents this structural blindness.

12. Why is decision intelligence not a subcategory of AI?

Classical AI primarily arose from the goal of reproducing human perception and pattern recognition.

Decision intelligence in the sense of global portfolio optimization arises from combinatorial optimization theory.

It is not primarily based on learning, but on structure, search space reduction and optimality logic.

Both disciplines are related - but not identical.

13. When is classical AI sufficient - and when is it not?

It is sufficient when:

  • Prediction is the core problem
  • Approximation is sufficient
  • Errors are tolerable

It is not sufficient if

  • discrete selection under constraints is required
  • Budget constraints are binding
  • Opportunity costs are significant
  • Proof of governance is required

This is where structural decision optimization begins.

14. What is the core of the structural failure?

The structural failure of traditional AI in portfolio decisions lies not in its performance, but in the problem class.

AI is a powerful technology for pattern recognition and forecasting.

However, portfolio optimization is not a pattern problem, but a combinatorial structure problem.

Anyone who equates the two is confusing probability with optimality.

Closing words

Sascha Rissel, CEO mAInthink GmbH

We are currently experiencing a phase in which almost every technological solution is subsumed under the term "AI". Pattern recognition, language models, forecasting systems - these are all impressive advances. But there is one thing we must not confuse:

Intelligence in the sense of learning is not the same as intelligence in the sense of decision-making.

Business and public investment decisions are not forecasting problems. They are combinatorial structural problems subject to constraints, budget restrictions and conflicting objectives. Anyone who treats them like a pattern recognition problem reduces them to probability - and loses structure in the process.

StratePlan arose from precisely this realization.

We use hybrid AI where it makes sense - for parameterization, for modelling uncertainty, for forecasting developments. But the actual decision is not approximated. It is calculated.

With precise multithreading architecture, combinatorial structure reduction and deterministic optimization logic, we analyze complete decision spaces - not just scenarios.

This is not hype.
This is mathematics.

Our claim is not to deliver better guesses.
Our claim is to enable structurally better decisions.

Because capital is finite.
Opportunity costs are real.
And the global optimum is not an opinion.

It is a property of the data - and of the structure of the decision space.

-
Sascha Rissel
CEO, mAInthink GmbH

Author: Sascha Rissel CEO mAInthink

Sascha Rissel is an entrepreneur, strategic advisor, and technology visionary with more than 20 years of experience in the development, scaling, and optimization of complex business models. He combines deep business expertise with a strong technological understanding, particularly in the areas of artificial intelligence, algorithmic decision models, and system optimization.

Through initiatives such as StratePlan and DeepAnT, he actively drives the advancement of data-driven ROI calculation, intelligent project prioritization, and predictive analytics. His focus is on measurable impact, robust decision foundations, and translating highly complex mathematical models into practical, deployable solutions for business, public administration, and industry.

Sascha Rissel stands for a clear principle: consistently aligning strategy, technology, and impact.

Industry / CAPEX

End guesswork for investments in the millions

Calculate business and investment decisions now
Check investment potential

Public Sector

Too many projects, too little budget

Calculate more projects with the same budget
Analyze budget potential
Subscribe to newsletter
Privacy
By selecting continue you confirm that you have read our and accepted our .
Fields marked with asterisks (*) are required.