MD◎ver - Crossover operators for model-driven optimization

MD◎ver is a framework for configurable crossover operators in the field of model-driven optimization (MDO).

Source code

The source code of this project is available at GitHub. You can find the JavaDoc here.

Maven artifact

MD◎ver is only available as a Maven artifact. Use the following snippet to use MD◎ver in your Maven project:

	<dependency>
		<groupId>de.uni_marburg.mdover</groupId>
		<artifactId>de.uni_marburg.mdover</artifactId>
		<version>1.0.0-SNAPSHOT</version>
	</dependency>

Keep in mind that you might have to update your local maven repo manually to get updates of this SNAPSHOT artifact.

MD◎ver as well as its dependencies are hosted at GitHub. So, make sure to also add the respective Maven repository to you configuration:

	<repositories>
		<repository>
			<id>mdooverDependencies</id>
			<url>https://mdo-over.github.io/m2repo</url>
		</repository>
	</repositories>