---
title: optimizationStrategy
framework: createmlcomponents
role: symbol
role_heading: Instance Property
path: createmlcomponents/linearregressor/configuration-swift.struct/optimizationstrategy
---

# optimizationStrategy

The optimization strategy.

## Declaration

```swift
var optimizationStrategy: OptimizationStrategy { get set }
```

## See Also

### Getting the properties

- [convergenceThreshold](createmlcomponents/linearregressor/configuration-swift.struct/convergencethreshold.md)
- [earlyStopIterationCount](createmlcomponents/linearregressor/configuration-swift.struct/earlystopiterationcount.md)
- [l1Penalty](createmlcomponents/linearregressor/configuration-swift.struct/l1penalty.md)
- [l2Penalty](createmlcomponents/linearregressor/configuration-swift.struct/l2penalty.md)
- [maximumIterations](createmlcomponents/linearregressor/configuration-swift.struct/maximumiterations.md)
- [scaleFeatures](createmlcomponents/linearregressor/configuration-swift.struct/scalefeatures.md)
- [stepSize](createmlcomponents/linearregressor/configuration-swift.struct/stepsize.md)
